#560C63

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

Shades of Hot Purple #560C63

Tints of Hot Purple #560C63

Color information

#560C63 (or 0x560C63) is unknown color: approx Hot Purple. HEX triplet: 56, 0C and 63. RGB value is (86,12,99). Sum of RGB (Red+Green+Blue) = 86+12+99=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #560C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C63 is #A9F39C. Grayscale: #2B2B2B. Windows color (decimal): -11137949 or 6491222. OLE color: 6491222.

HSL color Cylindrical-coordinate representation of color #560C63: hue angle of 291.03º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560C63 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB861299-
CMYK0.130.8800.61
HSL291.03º78.38%21.76%-
HSV(B)291.03º87.88%38.82%-
XYZ6.223.1412.08-
YUV44.04159.02157.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=43.65%
G=6.09%
B=50.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8612990.130.8800.61291.0378.3821.76
Hex56C63D5803D1234e16
Octal126141431513007544311626
Binary101011011001100011110110110000111101100100011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560C63; }

 p { color: rgb(86,12,99); }

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

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

 a { background-color: rgb(86,12,99); }

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

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

 span { border-color: rgb(86,12,99); }

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