#55092F

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

Shades of Tyrian Purple #55092F

Tints of Tyrian Purple #55092F

Color information

#55092F (or 0x55092F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 09 and 2F. RGB value is (85,9,47). Sum of RGB (Red+Green+Blue) = 85+9+47=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #55092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55092F is #AAF6D0. Grayscale: #232323. Windows color (decimal): -11204305 or 3082581. OLE color: 3082581.

HSL color Cylindrical-coordinate representation of color #55092F: hue angle of 330º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55092F is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB85947-
CMYK00.890.450.67
HSL330º80.85%18.43%-
HSV(B)330º89.41%33.33%-
XYZ4.362.332.91-
YUV36.06134.18162.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=60.28%
G=6.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8594700.890.450.6733080.8518.43
Hex5592F0592D4314a5112
Octal125115701315510351212122
Binary10101011001101111010110011011011000011101001010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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