Html Css Color HEX #55024A Tyrian Purple

📋 copy color: '#55024A'

red 85 ◦ green 2 ◦ blue 74

#55024A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #55024A

Tints of Tyrian Purple #55024A

RGB

 RED value IS 85 (33.59% from 255) = 52.8%

 GREEN value IS 2 (1.17% from 255) = 1.24%

 BLUE value IS 74 (29.3% from 255) = 45.96%

R = 52.8%
G = 1.24%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55024A (or 0x55024A) is known color: Tyrian Purple. HEX triplet: 55, 02 and 4A. RGB value is (85,2,74). Sum of RGB (Red+Green+Blue) = 85+2+74=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55024A is #AAFDB5. Grayscale: #222222. Windows color (decimal): -11206070 or 4850261. OLE color: 4850261.

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

Color convert

RGB 85 2 74 -
CMYK 0 0.98 0.13 0.67
HSL 307.95º 0.95% 0.17% -
HSV(B) 307.95º 0.98% 0.33% -
XYZ 5 2.47 6.69 -
YUV 35.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 85 2 74 0 0.98 0.13 0.67 307.95 0.95 0.17
Hex 55 2 4A 0 62 D 43 134 5F 11
Octal 125 2 112 0 142 15 103 464 137 21
Binary 1010101 10 1001010 0 1100010 1101 1000011 100110100 1011111 10001

Color Harmonies of #55024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55024A

Black with #55024A

Text Example


Text Example

White with #55024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55024A; }

 p { color: rgb(85,2,74); }

 H1.HeaderClassName
 {
   color: #55024A;
 }
 .AnyTagClassName
 {
   color: #55024A;
 }
</style>

background-color css

<style>
 a { background-color: #55024A; }

 a { background-color: rgb(85,2,74); }

 div.DivClassName
 {
   background-color: #55024A;
 }
 .BgClassName
 {
   background-color: #55024A;
 }
</style>

border-color css

<style>
 span { border-color: #55024A; }

 span { border-color: rgb(85,2,74); }

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