#551344

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

Shades of Tyrian Purple #551344

Tints of Tyrian Purple #551344

Color information

#551344 (or 0x551344) is unknown color: approx Tyrian Purple. HEX triplet: 55, 13 and 44. RGB value is (85,19,68). Sum of RGB (Red+Green+Blue) = 85+19+68=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551344 is #AAECBB. Grayscale: #2C2C2C. Windows color (decimal): -11201724 or 4461397. OLE color: 4461397.

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

Color convert

RGB851968-
CMYK00.780.200.67
HSL315.45º63.46%20.39%-
HSV(B)315.45º77.65%33.33%-
XYZ5.022.815.75-
YUV44.32141.37157.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=49.42%
G=11.05%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85196800.780.200.67315.4563.4620.39
Hex55134404E144313b3f14
Octal125231040116241034737724
Binary10101011001110001000100111010100100001110011101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551344; }

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

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

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

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

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

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

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

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