Html Css Color HEX #520E4C Hot Purple

📋 copy color: '#520E4C'

red 82 ◦ green 14 ◦ blue 76

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

Shades of Hot Purple #520E4C

Tints of Hot Purple #520E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 44.19%

R = 47.67%
G = 8.14%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#520E4C (or 0x520E4C) is known color: Hot Purple. HEX triplet: 52, 0E and 4C. RGB value is (82,14,76). Sum of RGB (Red+Green+Blue) = 82+14+76=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #520E4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E4C is #ADF1B3. Grayscale: #292929. Windows color (decimal): -11399604 or 4984402. OLE color: 4984402.

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

Color convert

RGB 82 14 76 -
CMYK 0 0.83 0.07 0.68
HSL 305.29º 0.71% 0.19% -
HSV(B) 305.29º 0.83% 0.32% -
XYZ 4.94 2.63 7.08 -
YUV 41.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 82 14 76 0 0.83 0.07 0.68 305.29 0.71 0.19
Hex 52 E 4C 0 53 7 44 131 47 13
Octal 122 16 114 0 123 7 104 461 107 23
Binary 1010010 1110 1001100 0 1010011 111 1000100 100110001 1000111 10011

Color Harmonies of #520E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E4C

Black with #520E4C

Text Example


Text Example

White with #520E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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