#562F5C

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

Shades of Hot Purple #562F5C

Tints of Hot Purple #562F5C

Color information

#562F5C (or 0x562F5C) is unknown color: approx Hot Purple. HEX triplet: 56, 2F and 5C. RGB value is (86,47,92). Sum of RGB (Red+Green+Blue) = 86+47+92=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #562F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F5C is #A9D0A3. Grayscale: #3F3F3F. Windows color (decimal): -11128996 or 6041430. OLE color: 6041430.

HSL color Cylindrical-coordinate representation of color #562F5C: hue angle of 292º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #562F5C is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB864792-
CMYK0.070.4900.64
HSL292º32.37%27.25%-
HSV(B)292º48.91%36.08%-
XYZ6.794.7810.69-
YUV63.79143.92143.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=38.22%
G=20.89%
B=40.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8647920.070.4900.6429232.3727.25
Hex562F5C731040124201b
Octal1265713476101004444033
Binary101011010111110111001111100010100000010010010010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562F5C; }

 p { color: rgb(86,47,92); }

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

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

 a { background-color: rgb(86,47,92); }

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

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

 span { border-color: rgb(86,47,92); }

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