Html Css Color HEX #55084E Tyrian Purple

📋 copy color: '#55084E'

red 85 ◦ green 8 ◦ blue 78

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

Shades of Tyrian Purple #55084E

Tints of Tyrian Purple #55084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

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

R = 49.71%
G = 4.68%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55084E (or 0x55084E) is known color: Tyrian Purple. HEX triplet: 55, 08 and 4E. RGB value is (85,8,78). Sum of RGB (Red+Green+Blue) = 85+8+78=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55084E is #AAF7B1. Grayscale: #262626. Windows color (decimal): -11204530 or 5113941. OLE color: 5113941.

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

Color convert

RGB 85 8 78 -
CMYK 0 0.91 0.08 0.67
HSL 305.45º 0.83% 0.18% -
HSV(B) 305.45º 0.91% 0.33% -
XYZ 5.21 2.66 7.45 -
YUV 39 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 85 8 78 0 0.91 0.08 0.67 305.45 0.83 0.18
Hex 55 8 4E 0 5B 8 43 131 53 12
Octal 125 10 116 0 133 10 103 461 123 22
Binary 1010101 1000 1001110 0 1011011 1000 1000011 100110001 1010011 10010

Color Harmonies of #55084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55084E

Black with #55084E

Text Example


Text Example

White with #55084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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