#521360

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

Shades of Hot Purple #521360

Tints of Hot Purple #521360

Color information

#521360 (or 0x521360) is unknown color: approx Hot Purple. HEX triplet: 52, 13 and 60. RGB value is (82,19,96). Sum of RGB (Red+Green+Blue) = 82+19+96=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #521360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521360 is #ADEC9F. Grayscale: #2E2E2E. Windows color (decimal): -11398304 or 6296402. OLE color: 6296402.

HSL color Cylindrical-coordinate representation of color #521360: hue angle of 289.09º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521360 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB821996-
CMYK0.150.8000.62
HSL289.09º66.96%22.55%-
HSV(B)289.09º80.21%37.65%-
XYZ5.823.111.36-
YUV46.62155.87153.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=41.62%
G=9.64%
B=48.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8219960.150.8000.62289.0966.9622.55
Hex521360F5003E1214317
Octal122231401712007644110327
Binary1010010100111100000111110100000111110100100001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521360; }

 p { color: rgb(82,19,96); }

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

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

 a { background-color: rgb(82,19,96); }

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

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

 span { border-color: rgb(82,19,96); }

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