Html Css Color HEX #520D59 Hot Purple

📋 copy color: '#520D59'

red 82 ◦ green 13 ◦ blue 89

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

Shades of Hot Purple #520D59

Tints of Hot Purple #520D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 44.57%
G = 7.07%
B = 48.37%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520D59 (or 0x520D59) is known color: Hot Purple. HEX triplet: 52, 0D and 59. RGB value is (82,13,89). Sum of RGB (Red+Green+Blue) = 82+13+89=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #520D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D59 is #ADF2A6. Grayscale: #2A2A2A. Windows color (decimal): -11399847 or 5836114. OLE color: 5836114.

HSL color Cylindrical-coordinate representation of color #520D59: hue angle of 294.47º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520D59 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 13 89 -
CMYK 0.08 0.85 0 0.65
HSL 294.47º 0.75% 0.2% -
HSV(B) 294.47º 0.85% 0.35% -
XYZ 5.43 2.8 9.71 -
YUV 42.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 82 13 89 0.08 0.85 0 0.65 294.47 0.75 0.2
Hex 52 D 59 8 55 0 41 126 4B 14
Octal 122 15 131 10 125 0 101 446 113 24
Binary 1010010 1101 1011001 1000 1010101 0 1000001 100100110 1001011 10100

Color Harmonies of #520D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D59

Black with #520D59

Text Example


Text Example

White with #520D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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