Html Css Color HEX #520759 Hot Purple

📋 copy color: '#520759'

red 82 ◦ green 7 ◦ blue 89

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

Shades of Hot Purple #520759

Tints of Hot Purple #520759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 46.07%
G = 3.93%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520759 (or 0x520759) is known color: Hot Purple. HEX triplet: 52, 07 and 59. RGB value is (82,7,89). Sum of RGB (Red+Green+Blue) = 82+7+89=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #520759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520759 is #ADF8A6. Grayscale: #262626. Windows color (decimal): -11401383 or 5834578. OLE color: 5834578.

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

Color convert

RGB 82 7 89 -
CMYK 0.08 0.92 0 0.65
HSL 294.88º 0.85% 0.19% -
HSV(B) 294.88º 0.92% 0.35% -
XYZ 5.36 2.67 9.68 -
YUV 38.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 82 7 89 0.08 0.92 0 0.65 294.88 0.85 0.19
Hex 52 7 59 8 5C 0 41 127 55 13
Octal 122 7 131 10 134 0 101 447 125 23
Binary 1010010 111 1011001 1000 1011100 0 1000001 100100111 1010101 10011

Color Harmonies of #520759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520759

Black with #520759

Text Example


Text Example

White with #520759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520759; }

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

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

background-color css

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

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

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

border-color css

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

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

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