Html Css Color HEX #550049 Tyrian Purple

📋 copy color: '#550049'

red 85 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #550049

Tints of Tyrian Purple #550049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 46.2%

R = 53.8%
G = 0%
B = 46.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#550049 (or 0x550049) is known color: Tyrian Purple. HEX triplet: 55, 00 and 49. RGB value is (85,0,73). Sum of RGB (Red+Green+Blue) = 85+0+73=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #550049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550049 is #AAFFB6. Grayscale: #212121. Windows color (decimal): -11206583 or 4784213. OLE color: 4784213.

HSL color Cylindrical-coordinate representation of color #550049: hue angle of 308.47º 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 #550049 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 0 73 -
CMYK 0 1 0.14 0.67
HSL 308.47º 1% 0.17% -
HSV(B) 308.47º 1% 0.33% -
XYZ 4.95 2.41 6.51 -
YUV 33.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 85 0 73 0 1 0.14 0.67 308.47 1 0.17
Hex 55 0 49 0 64 E 43 134 64 11
Octal 125 0 111 0 144 16 103 464 144 21
Binary 1010101 0 1001001 0 1100100 1110 1000011 100110100 1100100 10001

Color Harmonies of #550049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550049

Black with #550049

Text Example


Text Example

White with #550049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550049; }

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

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

background-color css

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

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

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

border-color css

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

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

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