#520B61

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

Shades of Hot Purple #520B61

Tints of Hot Purple #520B61

Color information

#520B61 (or 0x520B61) is unknown color: approx Hot Purple. HEX triplet: 52, 0B and 61. RGB value is (82,11,97). Sum of RGB (Red+Green+Blue) = 82+11+97=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #520B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B61 is #ADF49E. Grayscale: #292929. Windows color (decimal): -11400351 or 6359890. OLE color: 6359890.

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

Color convert

RGB821197-
CMYK0.150.8900.62
HSL289.53º79.63%21.18%-
HSV(B)289.53º88.66%38.04%-
XYZ5.762.911.56-
YUV42.03159.02156.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 11 (4.69% from 255) = 5.79%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=43.16%
G=5.79%
B=51.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8211970.150.8900.62289.5379.6321.18
Hex52B61F5903E1225015
Octal122131411713107644212025
Binary101001010111100001111110110010111110100100010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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