#522356

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

Shades of Hot Purple #522356

Tints of Hot Purple #522356

Color information

#522356 (or 0x522356) is unknown color: approx Hot Purple. HEX triplet: 52, 23 and 56. RGB value is (82,35,86). Sum of RGB (Red+Green+Blue) = 82+35+86=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #522356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522356 is #ADDCA9. Grayscale: #363636. Windows color (decimal): -11394218 or 5645138. OLE color: 5645138.

HSL color Cylindrical-coordinate representation of color #522356: hue angle of 295.29º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #522356 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB823586-
CMYK0.050.5900.66
HSL295.29º42.15%23.73%-
HSV(B)295.29º59.3%33.73%-
XYZ5.763.679.21-
YUV54.87145.57147.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=40.39%
G=17.24%
B=42.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8235860.050.5900.66295.2942.1523.73
Hex52235653B0421272a18
Octal1224312657301024475230
Binary101001010001110101101011110110100001010010011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522356; }

 p { color: rgb(82,35,86); }

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

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

 a { background-color: rgb(82,35,86); }

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

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

 span { border-color: rgb(82,35,86); }

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