#550432

Color #550432 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #550432

Tints of Tyrian Purple #550432

Color information

#550432 (or 0x550432) is unknown color: approx Tyrian Purple. HEX triplet: 55, 04 and 32. RGB value is (85,4,50). Sum of RGB (Red+Green+Blue) = 85+4+50=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #550432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550432 is #AAFBCD. Grayscale: #212121. Windows color (decimal): -11205582 or 3277909. OLE color: 3277909.

HSL color Cylindrical-coordinate representation of color #550432: hue angle of 325.93º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550432 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB85450-
CMYK00.950.410.67
HSL325.93º91.01%17.45%-
HSV(B)325.93º95.29%33.33%-
XYZ4.372.253.22-
YUV33.46137.34164.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=61.15%
G=2.88%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8545000.950.410.67325.9391.0117.45
Hex5543205F29431465b11
Octal12546201375110350613321
Binary1010101100110010010111111010011000011101000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550432; }

 p { color: rgb(85,4,50); }

 H1.HeaderClassName
 {
   color: #550432;
 }
 .AnyTagClassName
 {
   color: #550432;
 }
</style>
background-color css

<style>
 a { background-color: #550432; }

 a { background-color: rgb(85,4,50); }

 div.DivClassName
 {
   background-color: #550432;
 }
 .BgClassName
 {
   background-color: #550432;
 }
</style>
border-color css

<style>
 span { border-color: #550432; }

 span { border-color: rgb(85,4,50); }

 td.TdClassName
 {
   border-color: #550432;
 }
 .TagClassName
 {
   border-color: #550432;
 }
</style>