#521659

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

Shades of Hot Purple #521659

Tints of Hot Purple #521659

Color information

#521659 (or 0x521659) is unknown color: approx Hot Purple. HEX triplet: 52, 16 and 59. RGB value is (82,22,89). Sum of RGB (Red+Green+Blue) = 82+22+89=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #521659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521659 is #ADE9A6. Grayscale: #2F2F2F. Windows color (decimal): -11397543 or 5838418. OLE color: 5838418.

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

Color convert

RGB822289-
CMYK0.080.7500.65
HSL293.73º60.36%21.76%-
HSV(B)293.73º75.28%34.9%-
XYZ5.573.099.75-
YUV47.58151.38152.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=42.49%
G=11.40%
B=46.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8222890.080.7500.65293.7360.3621.76
Hex52165984B0411263c16
Octal122261311011301014467426
Binary1010010101101011001100010010110100000110010011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521659; }

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

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

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

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

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

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

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

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