Html Css Color HEX #55014C Tyrian Purple

📋 copy color: '#55014C'

red 85 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #55014C

Tints of Tyrian Purple #55014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 52.47%
G = 0.62%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55014C (or 0x55014C) is known color: Tyrian Purple. HEX triplet: 55, 01 and 4C. RGB value is (85,1,76). Sum of RGB (Red+Green+Blue) = 85+1+76=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55014C is #AAFEB3. Grayscale: #222222. Windows color (decimal): -11206324 or 4981077. OLE color: 4981077.

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

Color convert

RGB 85 1 76 -
CMYK 0 0.99 0.11 0.67
HSL 306.43º 0.98% 0.17% -
HSV(B) 306.43º 0.99% 0.33% -
XYZ 5.06 2.47 7.05 -
YUV 34.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 85 1 76 0 0.99 0.11 0.67 306.43 0.98 0.17
Hex 55 1 4C 0 63 B 43 132 62 11
Octal 125 1 114 0 143 13 103 462 142 21
Binary 1010101 1 1001100 0 1100011 1011 1000011 100110010 1100010 10001

Color Harmonies of #55014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55014C

Black with #55014C

Text Example


Text Example

White with #55014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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