#561455

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

Shades of Hot Purple #561455

Tints of Hot Purple #561455

Color information

#561455 (or 0x561455) is unknown color: approx Hot Purple. HEX triplet: 56, 14 and 55. RGB value is (86,20,85). Sum of RGB (Red+Green+Blue) = 86+20+85=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #561455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561455 is #A9EBAA. Grayscale: #2E2E2E. Windows color (decimal): -11135915 or 5575766. OLE color: 5575766.

HSL color Cylindrical-coordinate representation of color #561455: hue angle of 300.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561455 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB862085-
CMYK00.770.010.66
HSL300.91º62.26%20.78%-
HSV(B)300.91º76.74%33.73%-
XYZ5.733.138.9-
YUV47.14149.37155.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=45.03%
G=10.47%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86208500.770.010.66300.9162.2620.78
Hex56145504D14212d3e15
Octal12624125011511024557625
Binary1010110101001010101010011011100001010010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561455; }

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

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

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

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

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

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

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

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