Html Css Color HEX #55094D Tyrian Purple

📋 copy color: '#55094D'

red 85 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #55094D

Tints of Tyrian Purple #55094D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.03%

R = 49.71%
G = 5.26%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55094D (or 0x55094D) is known color: Tyrian Purple. HEX triplet: 55, 09 and 4D. RGB value is (85,9,77). Sum of RGB (Red+Green+Blue) = 85+9+77=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55094D is #AAF6B2. Grayscale: #272727. Windows color (decimal): -11204275 or 5048661. OLE color: 5048661.

HSL color Cylindrical-coordinate representation of color #55094D: hue angle of 306.32º 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 #55094D is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 77 -
CMYK 0 0.89 0.09 0.67
HSL 306.32º 0.81% 0.18% -
HSV(B) 306.32º 0.89% 0.33% -
XYZ 5.18 2.66 7.26 -
YUV 39.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 85 9 77 0 0.89 0.09 0.67 306.32 0.81 0.18
Hex 55 9 4D 0 59 9 43 132 51 12
Octal 125 11 115 0 131 11 103 462 121 22
Binary 1010101 1001 1001101 0 1011001 1001 1000011 100110010 1010001 10010

Color Harmonies of #55094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55094D

Black with #55094D

Text Example


Text Example

White with #55094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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