#551445

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

Shades of Tyrian Purple #551445

Tints of Tyrian Purple #551445

Color information

#551445 (or 0x551445) is unknown color: approx Tyrian Purple. HEX triplet: 55, 14 and 45. RGB value is (85,20,69). Sum of RGB (Red+Green+Blue) = 85+20+69=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551445 is #AAEBBA. Grayscale: #2C2C2C. Windows color (decimal): -11201467 or 4527189. OLE color: 4527189.

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

Color convert

RGB852069-
CMYK00.760.190.67
HSL314.77º61.9%20.59%-
HSV(B)314.77º76.47%33.33%-
XYZ5.072.865.92-
YUV45.02141.53156.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 69 (27.34% from 255) = 39.66%
R=48.85%
G=11.49%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85206900.760.190.67314.7761.920.59
Hex55144504C134313b3e15
Octal125241050114231034737625
Binary10101011010010001010100110010011100001110011101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551445; }

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

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

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

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

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

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

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

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