Html Css Color HEX #55024C Tyrian Purple

📋 copy color: '#55024C'

red 85 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #55024C

Tints of Tyrian Purple #55024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.63%

R = 52.15%
G = 1.23%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55024C (or 0x55024C) is known color: Tyrian Purple. HEX triplet: 55, 02 and 4C. RGB value is (85,2,76). Sum of RGB (Red+Green+Blue) = 85+2+76=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55024C is #AAFDB3. Grayscale: #232323. Windows color (decimal): -11206068 or 4981333. OLE color: 4981333.

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

Color convert

RGB 85 2 76 -
CMYK 0 0.98 0.11 0.67
HSL 306.51º 0.95% 0.17% -
HSV(B) 306.51º 0.98% 0.33% -
XYZ 5.07 2.5 7.05 -
YUV 35.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 85 2 76 0 0.98 0.11 0.67 306.51 0.95 0.17
Hex 55 2 4C 0 62 B 43 133 5F 11
Octal 125 2 114 0 142 13 103 463 137 21
Binary 1010101 10 1001100 0 1100010 1011 1000011 100110011 1011111 10001

Color Harmonies of #55024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55024C

Black with #55024C

Text Example


Text Example

White with #55024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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