Html Css Color HEX #55004E Tyrian Purple

📋 copy color: '#55004E'

red 85 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #55004E

Tints of Tyrian Purple #55004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 78 (30.86% from 255) = 47.85%

R = 52.15%
G = 0%
B = 47.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55004E (or 0x55004E) is known color: Tyrian Purple. HEX triplet: 55, 00 and 4E. RGB value is (85,0,78). Sum of RGB (Red+Green+Blue) = 85+0+78=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55004E is #AAFFB1. Grayscale: #222222. Windows color (decimal): -11206578 or 5111893. OLE color: 5111893.

HSL color Cylindrical-coordinate representation of color #55004E: hue angle of 304.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55004E is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 0 78 -
CMYK 0 1 0.08 0.67
HSL 304.94º 1% 0.17% -
HSV(B) 304.94º 1% 0.33% -
XYZ 5.12 2.48 7.42 -
YUV 34.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 85 0 78 0 1 0.08 0.67 304.94 1 0.17
Hex 55 0 4E 0 64 8 43 131 64 11
Octal 125 0 116 0 144 10 103 461 144 21
Binary 1010101 0 1001110 0 1100100 1000 1000011 100110001 1100100 10001

Color Harmonies of #55004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55004E

Black with #55004E

Text Example


Text Example

White with #55004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55004E; }

 p { color: rgb(85,0,78); }

 H1.HeaderClassName
 {
   color: #55004E;
 }
 .AnyTagClassName
 {
   color: #55004E;
 }
</style>

background-color css

<style>
 a { background-color: #55004E; }

 a { background-color: rgb(85,0,78); }

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

border-color css

<style>
 span { border-color: #55004E; }

 span { border-color: rgb(85,0,78); }

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