Html Css Color HEX #551049 Tyrian Purple

📋 copy color: '#551049'

red 85 ◦ green 16 ◦ blue 73

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

Shades of Tyrian Purple #551049

Tints of Tyrian Purple #551049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 48.85%
G = 9.2%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#551049 (or 0x551049) is known color: Tyrian Purple. HEX triplet: 55, 10 and 49. RGB value is (85,16,73). Sum of RGB (Red+Green+Blue) = 85+16+73=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551049 is #AAEFB6. Grayscale: #2A2A2A. Windows color (decimal): -11202487 or 4788309. OLE color: 4788309.

HSL color Cylindrical-coordinate representation of color #551049: hue angle of 310.43º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551049 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 73 -
CMYK 0 0.81 0.14 0.67
HSL 310.43º 0.68% 0.2% -
HSV(B) 310.43º 0.81% 0.33% -
XYZ 5.13 2.78 6.57 -
YUV 43.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 85 16 73 0 0.81 0.14 0.67 310.43 0.68 0.2
Hex 55 10 49 0 51 E 43 136 44 14
Octal 125 20 111 0 121 16 103 466 104 24
Binary 1010101 10000 1001001 0 1010001 1110 1000011 100110110 1000100 10100

Color Harmonies of #551049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551049

Black with #551049

Text Example


Text Example

White with #551049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551049; }

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

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

background-color css

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

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

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

border-color css

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

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

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