#55052C

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

Shades of Tyrian Purple #55052C

Tints of Tyrian Purple #55052C

Color information

#55052C (or 0x55052C) is unknown color: approx Tyrian Purple. HEX triplet: 55, 05 and 2C. RGB value is (85,5,44). Sum of RGB (Red+Green+Blue) = 85+5+44=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55052C is #AAFAD3. Grayscale: #212121. Windows color (decimal): -11205332 or 2884949. OLE color: 2884949.

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

Color convert

RGB85544-
CMYK00.940.480.67
HSL330.75º88.89%17.65%-
HSV(B)330.75º94.12%33.33%-
XYZ4.262.222.59-
YUV33.37134164.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=63.43%
G=3.73%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8554400.940.480.67330.7588.8917.65
Hex5552C05E304314b5912
Octal12555401366010351313122
Binary1010101101101100010111101100001000011101001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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