#551259

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

Shades of Hot Purple #551259

Tints of Hot Purple #551259

Color information

#551259 (or 0x551259) is unknown color: approx Hot Purple. HEX triplet: 55, 12 and 59. RGB value is (85,18,89). Sum of RGB (Red+Green+Blue) = 85+18+89=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #551259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551259 is #AAEDA6. Grayscale: #2D2D2D. Windows color (decimal): -11201959 or 5837397. OLE color: 5837397.

HSL color Cylindrical-coordinate representation of color #551259: hue angle of 296.62º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551259 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB851889-
CMYK0.040.8000.65
HSL296.62º66.36%20.98%-
HSV(B)296.62º79.78%34.9%-
XYZ5.773.099.74-
YUV46.13152.2155.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=44.27%
G=9.38%
B=46.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8518890.040.8000.65296.6266.3620.98
Hex5512594500411294215
Octal125221314120010145110225
Binary1010101100101011001100101000001000001100101001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551259; }

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

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

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

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

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

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

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

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