Html Css Color HEX #520E4E Hot Purple

📋 copy color: '#520E4E'

red 82 ◦ green 14 ◦ blue 78

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

Shades of Hot Purple #520E4E

Tints of Hot Purple #520E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.83%

R = 47.13%
G = 8.05%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#520E4E (or 0x520E4E) is known color: Hot Purple. HEX triplet: 52, 0E and 4E. RGB value is (82,14,78). Sum of RGB (Red+Green+Blue) = 82+14+78=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #520E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E4E is #ADF1B1. Grayscale: #292929. Windows color (decimal): -11399602 or 5115474. OLE color: 5115474.

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

Color convert

RGB 82 14 78 -
CMYK 0 0.83 0.05 0.68
HSL 303.53º 0.71% 0.19% -
HSV(B) 303.53º 0.83% 0.32% -
XYZ 5.01 2.66 7.46 -
YUV 41.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 82 14 78 0 0.83 0.05 0.68 303.53 0.71 0.19
Hex 52 E 4E 0 53 5 44 130 47 13
Octal 122 16 116 0 123 5 104 460 107 23
Binary 1010010 1110 1001110 0 1010011 101 1000100 100110000 1000111 10011

Color Harmonies of #520E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E4E

Black with #520E4E

Text Example


Text Example

White with #520E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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