#560962

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

Shades of Hot Purple #560962

Tints of Hot Purple #560962

Color information

#560962 (or 0x560962) is unknown color: approx Hot Purple. HEX triplet: 56, 09 and 62. RGB value is (86,9,98). Sum of RGB (Red+Green+Blue) = 86+9+98=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #560962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560962 is #A9F69D. Grayscale: #292929. Windows color (decimal): -11138718 or 6424918. OLE color: 6424918.

HSL color Cylindrical-coordinate representation of color #560962: hue angle of 291.91º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560962 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB86998-
CMYK0.120.9100.62
HSL291.91º83.18%20.98%-
HSV(B)291.91º90.82%38.43%-
XYZ6.143.0611.82-
YUV42.17159.51159.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=44.56%
G=4.66%
B=50.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal869980.120.9100.62291.9183.1820.98
Hex56962C5B03E1245315
Octal126111421413307644412325
Binary101011010011100010110010110110111110100100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560962; }

 p { color: rgb(86,9,98); }

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

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

 a { background-color: rgb(86,9,98); }

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

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

 span { border-color: rgb(86,9,98); }

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