#521459

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

Shades of Hot Purple #521459

Tints of Hot Purple #521459

Color information

#521459 (or 0x521459) is unknown color: approx Hot Purple. HEX triplet: 52, 14 and 59. RGB value is (82,20,89). Sum of RGB (Red+Green+Blue) = 82+20+89=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #521459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521459 is #ADEBA6. Grayscale: #2E2E2E. Windows color (decimal): -11398055 or 5837906. OLE color: 5837906.

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

Color convert

RGB822089-
CMYK0.080.7800.65
HSL293.91º63.3%21.37%-
HSV(B)293.91º77.53%34.9%-
XYZ5.533.029.74-
YUV46.4152.04153.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=42.93%
G=10.47%
B=46.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8220890.080.7800.65293.9163.321.37
Hex52145984E0411263f15
Octal122241311011601014467725
Binary1010010101001011001100010011100100000110010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521459; }

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

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

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

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

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

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

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

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