#562E5E

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

Shades of Hot Purple #562E5E

Tints of Hot Purple #562E5E

Color information

#562E5E (or 0x562E5E) is unknown color: approx Hot Purple. HEX triplet: 56, 2E and 5E. RGB value is (86,46,94). Sum of RGB (Red+Green+Blue) = 86+46+94=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #562E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562E5E is #A9D1A1. Grayscale: #3F3F3F. Windows color (decimal): -11129250 or 6172246. OLE color: 6172246.

HSL color Cylindrical-coordinate representation of color #562E5E: hue angle of 290º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #562E5E is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB864694-
CMYK0.090.5100.63
HSL290º34.29%27.45%-
HSV(B)290º51.06%36.86%-
XYZ6.844.7411.14-
YUV63.43145.25144.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 46 (18.36% from 255) = 20.35%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=38.05%
G=20.35%
B=41.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8646940.090.5100.6329034.2927.45
Hex562E5E93303F122221b
Octal1265613611630774424233
Binary101011010111010111101001110011011111110010001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,46,94); }

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

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

 a { background-color: rgb(86,46,94); }

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

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

 span { border-color: rgb(86,46,94); }

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