Html Css Color HEX #551444 Tyrian Purple

📋 copy color: '#551444'

red 85 ◦ green 20 ◦ blue 68

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

Shades of Tyrian Purple #551444

Tints of Tyrian Purple #551444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 49.13%
G = 11.56%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#551444 (or 0x551444) is known color: Tyrian Purple. HEX triplet: 55, 14 and 44. RGB value is (85,20,68). Sum of RGB (Red+Green+Blue) = 85+20+68=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551444 is #AAEBBB. Grayscale: #2C2C2C. Windows color (decimal): -11201468 or 4461653. OLE color: 4461653.

HSL color Cylindrical-coordinate representation of color #551444: hue angle of 315.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551444 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 20 68 -
CMYK 0 0.76 0.20 0.67
HSL 315.69º 0.62% 0.21% -
HSV(B) 315.69º 0.76% 0.33% -
XYZ 5.04 2.85 5.75 -
YUV 44.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 85 20 68 0 0.76 0.20 0.67 315.69 0.62 0.21
Hex 55 14 44 0 4C 14 43 13C 3E 15
Octal 125 24 104 0 114 24 103 474 76 25
Binary 1010101 10100 1000100 0 1001100 10100 1000011 100111100 111110 10101

Color Harmonies of #551444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551444

Black with #551444

Text Example


Text Example

White with #551444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551444; }

 p { color: rgb(85,20,68); }

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

background-color css

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

 a { background-color: rgb(85,20,68); }

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

border-color css

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

 span { border-color: rgb(85,20,68); }

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