#551241

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

Shades of Tyrian Purple #551241

Tints of Tyrian Purple #551241

Color information

#551241 (or 0x551241) is unknown color: approx Tyrian Purple. HEX triplet: 55, 12 and 41. RGB value is (85,18,65). Sum of RGB (Red+Green+Blue) = 85+18+65=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #551241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551241 is #AAEDBE. Grayscale: #2B2B2B. Windows color (decimal): -11201983 or 4264533. OLE color: 4264533.

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

Color convert

RGB851865-
CMYK00.790.240.67
HSL317.91º65.05%20.2%-
HSV(B)317.91º78.82%33.33%-
XYZ4.922.755.27-
YUV43.39140.2157.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 65 (25.78% from 255) = 38.69%
R=50.60%
G=10.71%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85186500.790.240.67317.9165.0520.2
Hex55124104F184313e4114
Octal1252210101173010347610124
Binary101010110010100000101001111110001000011100111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551241; }

 p { color: rgb(85,18,65); }

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

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

 a { background-color: rgb(85,18,65); }

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

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

 span { border-color: rgb(85,18,65); }

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