Html Css Color HEX #520E4D Hot Purple

📋 copy color: '#520E4D'

red 82 ◦ green 14 ◦ blue 77

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

Shades of Hot Purple #520E4D

Tints of Hot Purple #520E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 47.4%
G = 8.09%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#520E4D (or 0x520E4D) is known color: Hot Purple. HEX triplet: 52, 0E and 4D. RGB value is (82,14,77). Sum of RGB (Red+Green+Blue) = 82+14+77=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #520E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E4D is #ADF1B2. Grayscale: #292929. Windows color (decimal): -11399603 or 5049938. OLE color: 5049938.

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

Color convert

RGB 82 14 77 -
CMYK 0 0.83 0.06 0.68
HSL 304.41º 0.71% 0.19% -
HSV(B) 304.41º 0.83% 0.32% -
XYZ 4.98 2.64 7.27 -
YUV 41.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 82 14 77 0 0.83 0.06 0.68 304.41 0.71 0.19
Hex 52 E 4D 0 53 6 44 130 47 13
Octal 122 16 115 0 123 6 104 460 107 23
Binary 1010010 1110 1001101 0 1010011 110 1000100 100110000 1000111 10011

Color Harmonies of #520E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E4D

Black with #520E4D

Text Example


Text Example

White with #520E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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