#562961

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

Shades of Hot Purple #562961

Tints of Hot Purple #562961

Color information

#562961 (or 0x562961) is unknown color: approx Hot Purple. HEX triplet: 56, 29 and 61. RGB value is (86,41,97). Sum of RGB (Red+Green+Blue) = 86+41+97=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #562961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562961 is #A9D69E. Grayscale: #3C3C3C. Windows color (decimal): -11130527 or 6367574. OLE color: 6367574.

HSL color Cylindrical-coordinate representation of color #562961: hue angle of 288.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #562961 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB864197-
CMYK0.110.5800.62
HSL288.21º40.58%27.06%-
HSV(B)288.21º57.73%38.04%-
XYZ6.794.4311.81-
YUV60.84148.41145.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=38.39%
G=18.30%
B=43.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8641970.110.5800.62288.2140.5827.06
Hex562961B3A03E120291b
Octal1265114113720764405133
Binary101011010100111000011011111010011111010010000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562961; }

 p { color: rgb(86,41,97); }

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

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

 a { background-color: rgb(86,41,97); }

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

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

 span { border-color: rgb(86,41,97); }

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