Html Css Color HEX #55094E Tyrian Purple

📋 copy color: '#55094E'

red 85 ◦ green 9 ◦ blue 78

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

Shades of Tyrian Purple #55094E

Tints of Tyrian Purple #55094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 49.42%
G = 5.23%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55094E (or 0x55094E) is known color: Tyrian Purple. HEX triplet: 55, 09 and 4E. RGB value is (85,9,78). Sum of RGB (Red+Green+Blue) = 85+9+78=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #55094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55094E is #AAF6B1. Grayscale: #272727. Windows color (decimal): -11204274 or 5114197. OLE color: 5114197.

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

Color convert

RGB 85 9 78 -
CMYK 0 0.89 0.08 0.67
HSL 305.53º 0.81% 0.18% -
HSV(B) 305.53º 0.89% 0.33% -
XYZ 5.22 2.68 7.45 -
YUV 39.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 85 9 78 0 0.89 0.08 0.67 305.53 0.81 0.18
Hex 55 9 4E 0 59 8 43 132 51 12
Octal 125 11 116 0 131 10 103 462 121 22
Binary 1010101 1001 1001110 0 1011001 1000 1000011 100110010 1010001 10010

Color Harmonies of #55094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55094E

Black with #55094E

Text Example


Text Example

White with #55094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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