#521259

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

Shades of Hot Purple #521259

Tints of Hot Purple #521259

Color information

#521259 (or 0x521259) is unknown color: approx Hot Purple. HEX triplet: 52, 12 and 59. RGB value is (82,18,89). Sum of RGB (Red+Green+Blue) = 82+18+89=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #521259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521259 is #ADEDA6. Grayscale: #2D2D2D. Windows color (decimal): -11398567 or 5837394. OLE color: 5837394.

HSL color Cylindrical-coordinate representation of color #521259: hue angle of 294.08º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521259 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB821889-
CMYK0.080.8000.65
HSL294.08º66.36%20.98%-
HSV(B)294.08º79.78%34.9%-
XYZ5.52.959.73-
YUV45.23152.7154.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=43.39%
G=9.52%
B=47.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8218890.080.8000.65294.0866.3620.98
Hex5212598500411264215
Octal1222213110120010144610225
Binary10100101001010110011000101000001000001100100110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521259; }

 p { color: rgb(82,18,89); }

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

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

 a { background-color: rgb(82,18,89); }

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

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

 span { border-color: rgb(82,18,89); }

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