Html Css Color HEX #520959 Hot Purple

📋 copy color: '#520959'

red 82 ◦ green 9 ◦ blue 89

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

Shades of Hot Purple #520959

Tints of Hot Purple #520959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

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

R = 45.56%
G = 5%
B = 49.44%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520959 (or 0x520959) is known color: Hot Purple. HEX triplet: 52, 09 and 59. RGB value is (82,9,89). Sum of RGB (Red+Green+Blue) = 82+9+89=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #520959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520959 is #ADF6A6. Grayscale: #272727. Windows color (decimal): -11400871 or 5835090. OLE color: 5835090.

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

Color convert

RGB 82 9 89 -
CMYK 0.08 0.90 0 0.65
HSL 294.75º 0.82% 0.19% -
HSV(B) 294.75º 0.9% 0.35% -
XYZ 5.38 2.71 9.69 -
YUV 39.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 82 9 89 0.08 0.90 0 0.65 294.75 0.82 0.19
Hex 52 9 59 8 5A 0 41 127 52 13
Octal 122 11 131 10 132 0 101 447 122 23
Binary 1010010 1001 1011001 1000 1011010 0 1000001 100100111 1010010 10011

Color Harmonies of #520959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520959

Black with #520959

Text Example


Text Example

White with #520959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520959; }

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

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

background-color css

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

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

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

border-color css

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

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

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