#551444

Color #551444 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #551444

Tints of Tyrian Purple #551444

Color information

#551444 (or 0x551444) is unknown color: approx 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

RGB852068-
CMYK00.760.200.67
HSL315.69º61.9%20.59%-
HSV(B)315.69º76.47%33.33%-
XYZ5.042.855.75-
YUV44.91141.03156.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85206800.760.200.67315.6961.920.59
Hex55144404C144313c3e15
Octal125241040114241034747625
Binary10101011010010001000100110010100100001110011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>