#561459

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

Shades of Hot Purple #561459

Tints of Hot Purple #561459

Color information

#561459 (or 0x561459) is unknown color: approx Hot Purple. HEX triplet: 56, 14 and 59. RGB value is (86,20,89). Sum of RGB (Red+Green+Blue) = 86+20+89=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #561459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561459 is #A9EBA6. Grayscale: #2F2F2F. Windows color (decimal): -11135911 or 5837910. OLE color: 5837910.

HSL color Cylindrical-coordinate representation of color #561459: hue angle of 297.39º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561459 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB862089-
CMYK0.030.7800.65
HSL297.39º63.3%21.37%-
HSV(B)297.39º77.53%34.9%-
XYZ5.893.29.76-
YUV47.6151.37155.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=44.10%
G=10.26%
B=45.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8620890.030.7800.65297.3963.321.37
Hex56145934E0411293f15
Octal12624131311601014517725
Binary10101101010010110011110011100100000110010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561459; }

 p { color: rgb(86,20,89); }

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

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

 a { background-color: rgb(86,20,89); }

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

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

 span { border-color: rgb(86,20,89); }

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