Html Css Color HEX #520D4D Hot Purple

📋 copy color: '#520D4D'

red 82 ◦ green 13 ◦ blue 77

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

Shades of Hot Purple #520D4D

Tints of Hot Purple #520D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.56%

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

R = 47.67%
G = 7.56%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#520D4D (or 0x520D4D) is known color: Hot Purple. HEX triplet: 52, 0D and 4D. RGB value is (82,13,77). Sum of RGB (Red+Green+Blue) = 82+13+77=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #520D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D4D is #ADF2B2. Grayscale: #282828. Windows color (decimal): -11399859 or 5049682. OLE color: 5049682.

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

Color convert

RGB 82 13 77 -
CMYK 0 0.84 0.06 0.68
HSL 304.35º 0.73% 0.19% -
HSV(B) 304.35º 0.84% 0.32% -
XYZ 4.96 2.62 7.26 -
YUV 40.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 82 13 77 0 0.84 0.06 0.68 304.35 0.73 0.19
Hex 52 D 4D 0 54 6 44 130 49 13
Octal 122 15 115 0 124 6 104 460 111 23
Binary 1010010 1101 1001101 0 1010100 110 1000100 100110000 1001001 10011

Color Harmonies of #520D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D4D

Black with #520D4D

Text Example


Text Example

White with #520D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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