#55052E

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

Shades of Tyrian Purple #55052E

Tints of Tyrian Purple #55052E

Color information

#55052E (or 0x55052E) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 2E. RGB value is (85,5,46). Sum of RGB (Red+Green+Blue) = 85+5+46=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55052E is #AAFAD1. Grayscale: #212121. Windows color (decimal): -11205330 or 3016021. OLE color: 3016021.

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

Color convert

RGB85546-
CMYK00.940.460.67
HSL329.25º88.89%17.65%-
HSV(B)329.25º94.12%33.33%-
XYZ4.292.242.79-
YUV33.59135164.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=62.5%
G=3.68%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8554600.940.460.67329.2588.8917.65
Hex5552E05E2E431495912
Octal12555601365610351113122
Binary1010101101101110010111101011101000011101001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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