#521A5E

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

Shades of Hot Purple #521A5E

Tints of Hot Purple #521A5E

Color information

#521A5E (or 0x521A5E) is unknown color: approx Hot Purple. HEX triplet: 52, 1A and 5E. RGB value is (82,26,94). Sum of RGB (Red+Green+Blue) = 82+26+94=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #521A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A5E is #ADE5A1. Grayscale: #323232. Windows color (decimal): -11396514 or 6167122. OLE color: 6167122.

HSL color Cylindrical-coordinate representation of color #521A5E: hue angle of 289.41º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521A5E is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB822694-
CMYK0.130.7200.63
HSL289.41º56.67%23.53%-
HSV(B)289.41º72.34%36.86%-
XYZ5.873.3410.93-
YUV50.5152.55150.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=40.59%
G=12.87%
B=46.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8226940.130.7200.63289.4156.6723.53
Hex521A5ED4803F1213918
Octal12232136151100774417130
Binary101001011010101111011011001000011111110010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521A5E; }

 p { color: rgb(82,26,94); }

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

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

 a { background-color: rgb(82,26,94); }

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

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

 span { border-color: rgb(82,26,94); }

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