#563260

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

Shades of Hot Purple #563260

Tints of Hot Purple #563260

Color information

#563260 (or 0x563260) is unknown color: approx Hot Purple. HEX triplet: 56, 32 and 60. RGB value is (86,50,96). Sum of RGB (Red+Green+Blue) = 86+50+96=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #563260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563260 is #A9CD9F. Grayscale: #414141. Windows color (decimal): -11128224 or 6304342. OLE color: 6304342.

HSL color Cylindrical-coordinate representation of color #563260: hue angle of 286.96º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #563260 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB865096-
CMYK0.100.4800.62
HSL286.96º31.51%28.63%-
HSV(B)286.96º47.92%37.65%-
XYZ7.095.111.68-
YUV66.01144.93142.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=37.07%
G=21.55%
B=41.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8650960.100.4800.62286.9631.5128.63
Hex563260A3003E11f201d
Octal1266214012600764374035
Binary101011011001011000001010110000011111010001111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563260; }

 p { color: rgb(86,50,96); }

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

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

 a { background-color: rgb(86,50,96); }

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

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

 span { border-color: rgb(86,50,96); }

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