#522158

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

Shades of Hot Purple #522158

Tints of Hot Purple #522158

Color information

#522158 (or 0x522158) is unknown color: approx Hot Purple. HEX triplet: 52, 21 and 58. RGB value is (82,33,88). Sum of RGB (Red+Green+Blue) = 82+33+88=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #522158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522158 is #ADDEA7. Grayscale: #353535. Windows color (decimal): -11394728 or 5775698. OLE color: 5775698.

HSL color Cylindrical-coordinate representation of color #522158: hue angle of 293.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #522158 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB823388-
CMYK0.070.6200.65
HSL293.45º45.45%23.73%-
HSV(B)293.45º62.5%34.51%-
XYZ5.783.599.62-
YUV53.92147.23148.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=40.39%
G=16.26%
B=43.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8233880.070.6200.65293.4545.4523.73
Hex52215873E0411252d18
Octal1224113077601014455530
Binary101001010000110110001111111100100000110010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522158; }

 p { color: rgb(82,33,88); }

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

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

 a { background-color: rgb(82,33,88); }

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

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

 span { border-color: rgb(82,33,88); }

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