#55033F

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

Shades of Tyrian Purple #55033F

Tints of Tyrian Purple #55033F

Color information

#55033F (or 0x55033F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 3F. RGB value is (85,3,63). Sum of RGB (Red+Green+Blue) = 85+3+63=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55033F is #AAFCC0. Grayscale: #222222. Windows color (decimal): -11205825 or 4129621. OLE color: 4129621.

HSL color Cylindrical-coordinate representation of color #55033F: hue angle of 316.1º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55033F is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB85363-
CMYK00.960.260.67
HSL316.1º93.18%17.25%-
HSV(B)316.1º96.47%33.33%-
XYZ4.682.364.91-
YUV34.36144.17164.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 63 (25% from 255) = 41.72%
R=56.29%
G=1.99%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8536300.960.260.67316.193.1817.25
Hex5533F0601A4313c5d11
Octal12537701403210347413521
Binary10101011111111101100000110101000011100111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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