#551544

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

Shades of Tyrian Purple #551544

Tints of Tyrian Purple #551544

Color information

#551544 (or 0x551544) is unknown color: approx Tyrian Purple. HEX triplet: 55, 15 and 44. RGB value is (85,21,68). Sum of RGB (Red+Green+Blue) = 85+21+68=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551544 is #AAEABB. Grayscale: #2D2D2D. Windows color (decimal): -11201212 or 4461909. OLE color: 4461909.

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

Color convert

RGB852168-
CMYK00.750.200.67
HSL315.94º60.38%20.78%-
HSV(B)315.94º75.29%33.33%-
XYZ5.062.885.76-
YUV45.49140.7156.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 68 (26.95% from 255) = 39.08%
R=48.85%
G=12.07%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85216800.750.200.67315.9460.3820.78
Hex55154404B144313c3c15
Octal125251040113241034747425
Binary10101011010110001000100101110100100001110011110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551544; }

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

 H1.HeaderClassName
 {
   color: #551544;
 }
 .AnyTagClassName
 {
   color: #551544;
 }
</style>
background-color css

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

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

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

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

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

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