#55063F

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

Shades of Tyrian Purple #55063F

Tints of Tyrian Purple #55063F

Color information

#55063F (or 0x55063F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 06 and 3F. RGB value is (85,6,63). Sum of RGB (Red+Green+Blue) = 85+6+63=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55063F is #AAF9C0. Grayscale: #232323. Windows color (decimal): -11205057 or 4130389. OLE color: 4130389.

HSL color Cylindrical-coordinate representation of color #55063F: hue angle of 316.71º 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 #55063F is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB85663-
CMYK00.930.260.67
HSL316.71º86.81%17.84%-
HSV(B)316.71º92.94%33.33%-
XYZ4.712.424.92-
YUV36.12143.17162.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 6 (2.73% from 255) = 3.90%
BLUE value IS 63 (25% from 255) = 40.91%
R=55.19%
G=3.90%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8566300.930.260.67316.7186.8117.84
Hex5563F05D1A4313d5712
Octal12567701353210347512722
Binary101010111011111101011101110101000011100111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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