Html Css Color HEX #520059 Hot Purple

📋 copy color: '#520059'

red 82 ◦ green 0 ◦ blue 89

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

Shades of Hot Purple #520059

Tints of Hot Purple #520059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.95%
G = 0%
B = 52.05%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520059 (or 0x520059) is known color: Hot Purple. HEX triplet: 52, 00 and 59. RGB value is (82,0,89). Sum of RGB (Red+Green+Blue) = 82+0+89=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #520059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520059 is #ADFFA6. Grayscale: #222222. Windows color (decimal): -11403175 or 5832786. OLE color: 5832786.

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

Color convert

RGB 82 0 89 -
CMYK 0.08 1 0 0.65
HSL 295.28º 1% 0.17% -
HSV(B) 295.28º 1% 0.35% -
XYZ 5.28 2.52 9.66 -
YUV 34.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 82 0 89 0.08 1 0 0.65 295.28 1 0.17
Hex 52 0 59 8 64 0 41 127 64 11
Octal 122 0 131 10 144 0 101 447 144 21
Binary 1010010 0 1011001 1000 1100100 0 1000001 100100111 1100100 10001

Color Harmonies of #520059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520059

Black with #520059

Text Example


Text Example

White with #520059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520059; }

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

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

background-color css

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

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

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

border-color css

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

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

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