#55032F

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

Shades of Tyrian Purple #55032F

Tints of Tyrian Purple #55032F

Color information

#55032F (or 0x55032F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 03 and 2F. RGB value is (85,3,47). Sum of RGB (Red+Green+Blue) = 85+3+47=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55032F is #AAFCD0. Grayscale: #202020. Windows color (decimal): -11205841 or 3081045. OLE color: 3081045.

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

Color convert

RGB85347-
CMYK00.960.450.67
HSL327.8º93.18%17.25%-
HSV(B)327.8º96.47%33.33%-
XYZ4.292.22.89-
YUV32.53136.17165.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=62.96%
G=2.22%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8534700.960.450.67327.893.1817.25
Hex5532F0602D431485d11
Octal12535701405510351013521
Binary101010111101111011000001011011000011101001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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