#55012D

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

Shades of Tyrian Purple #55012D

Tints of Tyrian Purple #55012D

Color information

#55012D (or 0x55012D) is unknown color: approx Tyrian Purple. HEX triplet: 55, 01 and 2D. RGB value is (85,1,45). Sum of RGB (Red+Green+Blue) = 85+1+45=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55012D is #AAFED2. Grayscale: #1F1F1F. Windows color (decimal): -11206355 or 2949461. OLE color: 2949461.

HSL color Cylindrical-coordinate representation of color #55012D: hue angle of 328.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55012D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB85145-
CMYK00.990.470.67
HSL328.57º97.67%16.86%-
HSV(B)328.57º98.82%33.33%-
XYZ4.232.142.67-
YUV31.13135.83166.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.89%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=64.89%
G=0.76%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8514500.990.470.67328.5797.6716.86
Hex5512D0632F431496211
Octal12515501435710351114221
Binary10101011101101011000111011111000011101001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55012D; }

 p { color: rgb(85,1,45); }

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

<style>
 a { background-color: #55012D; }

 a { background-color: rgb(85,1,45); }

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

<style>
 span { border-color: #55012D; }

 span { border-color: rgb(85,1,45); }

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