#520B5E

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

Shades of Hot Purple #520B5E

Tints of Hot Purple #520B5E

Color information

#520B5E (or 0x520B5E) is unknown color: approx Hot Purple. HEX triplet: 52, 0B and 5E. RGB value is (82,11,94). Sum of RGB (Red+Green+Blue) = 82+11+94=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #520B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B5E is #ADF4A1. Grayscale: #292929. Windows color (decimal): -11400354 or 6163282. OLE color: 6163282.

HSL color Cylindrical-coordinate representation of color #520B5E: hue angle of 291.33º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520B5E is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB821194-
CMYK0.130.8800.63
HSL291.33º79.05%20.59%-
HSV(B)291.33º88.3%36.86%-
XYZ5.622.8410.84-
YUV41.69157.52156.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 94 (37.11% from 255) = 50.27%
R=43.85%
G=5.88%
B=50.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8211940.130.8800.63291.3379.0520.59
Hex52B5ED5803F1234f15
Octal122131361513007744311725
Binary101001010111011110110110110000111111100100011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520B5E; }

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

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

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

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

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

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

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

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