#561065

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

Shades of Hot Purple #561065

Tints of Hot Purple #561065

Color information

#561065 (or 0x561065) is unknown color: approx Hot Purple. HEX triplet: 56, 10 and 65. RGB value is (86,16,101). Sum of RGB (Red+Green+Blue) = 86+16+101=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #561065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561065 is #A9EF9A. Grayscale: #2E2E2E. Windows color (decimal): -11136923 or 6623318. OLE color: 6623318.

HSL color Cylindrical-coordinate representation of color #561065: hue angle of 289.41º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561065 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8616101-
CMYK0.150.8400.60
HSL289.41º72.65%22.94%-
HSV(B)289.41º84.16%39.61%-
XYZ6.373.2912.61-
YUV46.62158.69156.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=42.36%
G=7.88%
B=49.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86161010.150.8400.60289.4172.6522.94
Hex561065F5403C1214917
Octal126201451712407444111127
Binary1010110100001100101111110101000111100100100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561065; }

 p { color: rgb(86,16,101); }

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

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

 a { background-color: rgb(86,16,101); }

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

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

 span { border-color: rgb(86,16,101); }

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