Html Css Color HEX #520459 Hot Purple

📋 copy color: '#520459'

red 82 ◦ green 4 ◦ blue 89

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

Shades of Hot Purple #520459

Tints of Hot Purple #520459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

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

R = 46.86%
G = 2.29%
B = 50.86%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520459 (or 0x520459) is known color: Hot Purple. HEX triplet: 52, 04 and 59. RGB value is (82,4,89). Sum of RGB (Red+Green+Blue) = 82+4+89=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #520459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520459 is #ADFBA6. Grayscale: #242424. Windows color (decimal): -11402151 or 5833810. OLE color: 5833810.

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

Color convert

RGB 82 4 89 -
CMYK 0.08 0.96 0 0.65
HSL 295.06º 0.91% 0.18% -
HSV(B) 295.06º 0.96% 0.35% -
XYZ 5.33 2.6 9.67 -
YUV 37.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 82 4 89 0.08 0.96 0 0.65 295.06 0.91 0.18
Hex 52 4 59 8 60 0 41 127 5B 12
Octal 122 4 131 10 140 0 101 447 133 22
Binary 1010010 100 1011001 1000 1100000 0 1000001 100100111 1011011 10010

Color Harmonies of #520459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520459

Black with #520459

Text Example


Text Example

White with #520459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520459; }

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

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

background-color css

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

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

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

border-color css

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

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

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