Html Css Color HEX #520E52 Hot Purple

📋 copy color: '#520E52'

red 82 ◦ green 14 ◦ blue 82

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

Shades of Hot Purple #520E52

Tints of Hot Purple #520E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 46.07%
G = 7.87%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#520E52 (or 0x520E52) is known color: Hot Purple. HEX triplet: 52, 0E and 52. RGB value is (82,14,82). Sum of RGB (Red+Green+Blue) = 82+14+82=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #520E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E52 is #ADF1AD. Grayscale: #292929. Windows color (decimal): -11399598 or 5377618. OLE color: 5377618.

HSL color Cylindrical-coordinate representation of color #520E52: hue angle of 300º 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 #520E52 is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 14 82 -
CMYK 0 0.83 0 0.68
HSL 300º 0.71% 0.19% -
HSV(B) 300º 0.83% 0.32% -
XYZ 5.16 2.72 8.24 -
YUV 42.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 82 14 82 0 0.83 0 0.68 300 0.71 0.19
Hex 52 E 52 0 53 0 44 12C 47 13
Octal 122 16 122 0 123 0 104 454 107 23
Binary 1010010 1110 1010010 0 1010011 0 1000100 100101100 1000111 10011

Color Harmonies of #520E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E52

Black with #520E52

Text Example


Text Example

White with #520E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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