#551240

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

Shades of Tyrian Purple #551240

Tints of Tyrian Purple #551240

Color information

#551240 (or 0x551240) is unknown color: approx Tyrian Purple. HEX triplet: 55, 12 and 40. RGB value is (85,18,64). Sum of RGB (Red+Green+Blue) = 85+18+64=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #551240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551240 is #AAEDBF. Grayscale: #2B2B2B. Windows color (decimal): -11201984 or 4198997. OLE color: 4198997.

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

Color convert

RGB851864-
CMYK00.790.250.67
HSL318.81º65.05%20.2%-
HSV(B)318.81º78.82%33.33%-
XYZ4.892.735.12-
YUV43.28139.7157.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=50.90%
G=10.78%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85186400.790.250.67318.8165.0520.2
Hex55124004F194313f4114
Octal1252210001173110347710124
Binary101010110010100000001001111110011000011100111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551240; }

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

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

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

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

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

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

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

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