Html Css Color HEX #520E51 Hot Purple

📋 copy color: '#520E51'

red 82 ◦ green 14 ◦ blue 81

#520E51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #520E51

Tints of Hot Purple #520E51

RGB

 RED value IS 82 (32.42% from 255) = 46.33%

 GREEN value IS 14 (5.86% from 255) = 7.91%

 BLUE value IS 81 (32.03% from 255) = 45.76%

R = 46.33%
G = 7.91%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#520E51 (or 0x520E51) is known color: Hot Purple. HEX triplet: 52, 0E and 51. RGB value is (82,14,81). Sum of RGB (Red+Green+Blue) = 82+14+81=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #520E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E51 is #ADF1AE. Grayscale: #292929. Windows color (decimal): -11399599 or 5312082. OLE color: 5312082.

HSL color Cylindrical-coordinate representation of color #520E51: hue angle of 300.88º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E51 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 14 81 -
CMYK 0 0.83 0.01 0.68
HSL 300.88º 0.71% 0.19% -
HSV(B) 300.88º 0.83% 0.32% -
XYZ 5.12 2.7 8.04 -
YUV 41.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 82 14 81 0 0.83 0.01 0.68 300.88 0.71 0.19
Hex 52 E 51 0 53 1 44 12D 47 13
Octal 122 16 121 0 123 1 104 455 107 23
Binary 1010010 1110 1010001 0 1010011 1 1000100 100101101 1000111 10011

Color Harmonies of #520E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E51

Black with #520E51

Text Example


Text Example

White with #520E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,14,81); }

 H1.HeaderClassName
 {
   color: #520E51;
 }
 .AnyTagClassName
 {
   color: #520E51;
 }
</style>

background-color css

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

 a { background-color: rgb(82,14,81); }

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

border-color css

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

 span { border-color: rgb(82,14,81); }

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