#55063C

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

Shades of Tyrian Purple #55063C

Tints of Tyrian Purple #55063C

Color information

#55063C (or 0x55063C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 3C. RGB value is (85,6,60). Sum of RGB (Red+Green+Blue) = 85+6+60=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55063C is #AAF9C3. Grayscale: #232323. Windows color (decimal): -11205060 or 3933781. OLE color: 3933781.

HSL color Cylindrical-coordinate representation of color #55063C: hue angle of 318.99º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55063C is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB85660-
CMYK00.930.290.67
HSL318.99º86.81%17.84%-
HSV(B)318.99º92.94%33.33%-
XYZ4.632.394.49-
YUV35.78141.67163.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=56.29%
G=3.97%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8566000.930.290.67318.9986.8117.84
Hex5563C05D1D4313f5712
Octal12567401353510347712722
Binary101010111011110001011101111011000011100111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55063C; }

 p { color: rgb(85,6,60); }

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

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

 a { background-color: rgb(85,6,60); }

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

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

 span { border-color: rgb(85,6,60); }

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