#561463

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

Shades of Hot Purple #561463

Tints of Hot Purple #561463

Color information

#561463 (or 0x561463) is unknown color: approx Hot Purple. HEX triplet: 56, 14 and 63. RGB value is (86,20,99). Sum of RGB (Red+Green+Blue) = 86+20+99=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #561463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561463 is #A9EB9C. Grayscale: #303030. Windows color (decimal): -11135901 or 6493270. OLE color: 6493270.

HSL color Cylindrical-coordinate representation of color #561463: hue angle of 290.13º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561463 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB862099-
CMYK0.130.8000.61
HSL290.13º66.39%23.33%-
HSV(B)290.13º79.8%38.82%-
XYZ6.343.3812.12-
YUV48.74156.37154.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=41.95%
G=9.76%
B=48.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8620990.130.8000.61290.1366.3923.33
Hex561463D5003D1224217
Octal126241431512007544210227
Binary1010110101001100011110110100000111101100100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561463; }

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

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

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

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

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

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

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

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