Html Css Color HEX #55044D Tyrian Purple

📋 copy color: '#55044D'

red 85 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #55044D

Tints of Tyrian Purple #55044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

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

R = 51.2%
G = 2.41%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#55044D (or 0x55044D) is known color: Tyrian Purple. HEX triplet: 55, 04 and 4D. RGB value is (85,4,77). Sum of RGB (Red+Green+Blue) = 85+4+77=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55044D is #AAFBB2. Grayscale: #242424. Windows color (decimal): -11205555 or 5047381. OLE color: 5047381.

HSL color Cylindrical-coordinate representation of color #55044D: hue angle of 305.93º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55044D is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 4 77 -
CMYK 0 0.95 0.09 0.67
HSL 305.93º 0.91% 0.17% -
HSV(B) 305.93º 0.95% 0.33% -
XYZ 5.13 2.55 7.24 -
YUV 36.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 85 4 77 0 0.95 0.09 0.67 305.93 0.91 0.17
Hex 55 4 4D 0 5F 9 43 132 5B 11
Octal 125 4 115 0 137 11 103 462 133 21
Binary 1010101 100 1001101 0 1011111 1001 1000011 100110010 1011011 10001

Color Harmonies of #55044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55044D

Black with #55044D

Text Example


Text Example

White with #55044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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