#55052F

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

Shades of Tyrian Purple #55052F

Tints of Tyrian Purple #55052F

Color information

#55052F (or 0x55052F) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 2F. RGB value is (85,5,47). Sum of RGB (Red+Green+Blue) = 85+5+47=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55052F is #AAFAD0. Grayscale: #212121. Windows color (decimal): -11205329 or 3081557. OLE color: 3081557.

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

Color convert

RGB85547-
CMYK00.940.450.67
HSL328.5º88.89%17.65%-
HSV(B)328.5º94.12%33.33%-
XYZ4.312.252.9-
YUV33.71135.5164.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=62.04%
G=3.65%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8554700.940.450.67328.588.8917.65
Hex5552F05E2D431485912
Octal12555701365510351013122
Binary1010101101101111010111101011011000011101001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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