#551541

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

Shades of Tyrian Purple #551541

Tints of Tyrian Purple #551541

Color information

#551541 (or 0x551541) is unknown color: approx Tyrian Purple. HEX triplet: 55, 15 and 41. RGB value is (85,21,65). Sum of RGB (Red+Green+Blue) = 85+21+65=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #551541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551541 is #AAEABE. Grayscale: #2D2D2D. Windows color (decimal): -11201215 or 4265301. OLE color: 4265301.

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

Color convert

RGB852165-
CMYK00.750.240.67
HSL318.75º60.38%20.78%-
HSV(B)318.75º75.29%33.33%-
XYZ4.972.855.29-
YUV45.15139.2156.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=49.71%
G=12.28%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85216500.750.240.67318.7560.3820.78
Hex55154104B184313f3c15
Octal125251010113301034777425
Binary10101011010110000010100101111000100001110011111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551541; }

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

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

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

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

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

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

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

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