#562B53

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

Shades of Hot Purple #562B53

Tints of Hot Purple #562B53

Color information

#562B53 (or 0x562B53) is unknown color: approx Hot Purple. HEX triplet: 56, 2B and 53. RGB value is (86,43,83). Sum of RGB (Red+Green+Blue) = 86+43+83=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #562B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562B53 is #A9D4AC. Grayscale: #3C3C3C. Windows color (decimal): -11130029 or 5450582. OLE color: 5450582.

HSL color Cylindrical-coordinate representation of color #562B53: hue angle of 304.19º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562B53 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB864383-
CMYK00.500.030.66
HSL304.19º33.33%25.29%-
HSV(B)304.19º50%33.73%-
XYZ6.264.338.69-
YUV60.42140.75146.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=40.57%
G=20.28%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86438300.500.030.66304.1933.3325.29
Hex562B530323421302119
Octal1265312306231024604131
Binary10101101010111010011011001011100001010011000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,43,83); }

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

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

 a { background-color: rgb(86,43,83); }

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

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

 span { border-color: rgb(86,43,83); }

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