#561763

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

Shades of Hot Purple #561763

Tints of Hot Purple #561763

Color information

#561763 (or 0x561763) is unknown color: approx Hot Purple. HEX triplet: 56, 17 and 63. RGB value is (86,23,99). Sum of RGB (Red+Green+Blue) = 86+23+99=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #561763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561763 is #A9E89C. Grayscale: #323232. Windows color (decimal): -11135133 or 6494038. OLE color: 6494038.

HSL color Cylindrical-coordinate representation of color #561763: hue angle of 289.74º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561763 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB862399-
CMYK0.130.7700.61
HSL289.74º62.3%23.92%-
HSV(B)289.74º76.77%38.82%-
XYZ6.43.4912.14-
YUV50.5155.37153.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=41.35%
G=11.06%
B=47.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8623990.130.7700.61289.7462.323.92
Hex561763D4D03D1223e18
Octal12627143151150754427630
Binary101011010111110001111011001101011110110010001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561763; }

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

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

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

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

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

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

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

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