Html Css Color HEX #55014A Tyrian Purple

📋 copy color: '#55014A'

red 85 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #55014A

Tints of Tyrian Purple #55014A

RGB

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

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

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

R = 53.13%
G = 0.63%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55014A (or 0x55014A) is known color: Tyrian Purple. HEX triplet: 55, 01 and 4A. RGB value is (85,1,74). Sum of RGB (Red+Green+Blue) = 85+1+74=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #55014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55014A is #AAFEB5. Grayscale: #222222. Windows color (decimal): -11206326 or 4850005. OLE color: 4850005.

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

Color convert

RGB 85 1 74 -
CMYK 0 0.99 0.13 0.67
HSL 307.86º 0.98% 0.17% -
HSV(B) 307.86º 0.99% 0.33% -
XYZ 4.99 2.45 6.69 -
YUV 34.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 85 1 74 0 0.99 0.13 0.67 307.86 0.98 0.17
Hex 55 1 4A 0 63 D 43 134 62 11
Octal 125 1 112 0 143 15 103 464 142 21
Binary 1010101 1 1001010 0 1100011 1101 1000011 100110100 1100010 10001

Color Harmonies of #55014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55014A

Black with #55014A

Text Example


Text Example

White with #55014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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