#55033E

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

Shades of Tyrian Purple #55033E

Tints of Tyrian Purple #55033E

Color information

#55033E (or 0x55033E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 3E. RGB value is (85,3,62). Sum of RGB (Red+Green+Blue) = 85+3+62=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55033E is #AAFCC1. Grayscale: #222222. Windows color (decimal): -11205826 or 4064085. OLE color: 4064085.

HSL color Cylindrical-coordinate representation of color #55033E: hue angle of 316.83º 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 #55033E is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB85362-
CMYK00.960.270.67
HSL316.83º93.18%17.25%-
HSV(B)316.83º96.47%33.33%-
XYZ4.652.344.76-
YUV34.24143.67164.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=56.67%
G=2%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8536200.960.270.67316.8393.1817.25
Hex5533E0601B4313d5d11
Octal12537601403310347513521
Binary10101011111111001100000110111000011100111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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