Html Css Color HEX #520159 Hot Purple

📋 copy color: '#520159'

red 82 ◦ green 1 ◦ blue 89

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

Shades of Hot Purple #520159

Tints of Hot Purple #520159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 47.67%
G = 0.58%
B = 51.74%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520159 (or 0x520159) is known color: Hot Purple. HEX triplet: 52, 01 and 59. RGB value is (82,1,89). Sum of RGB (Red+Green+Blue) = 82+1+89=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #520159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520159 is #ADFEA6. Grayscale: #222222. Windows color (decimal): -11402919 or 5833042. OLE color: 5833042.

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

Color convert

RGB 82 1 89 -
CMYK 0.08 0.99 0 0.65
HSL 295.23º 0.98% 0.18% -
HSV(B) 295.23º 0.99% 0.35% -
XYZ 5.29 2.54 9.66 -
YUV 35.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 82 1 89 0.08 0.99 0 0.65 295.23 0.98 0.18
Hex 52 1 59 8 63 0 41 127 62 12
Octal 122 1 131 10 143 0 101 447 142 22
Binary 1010010 1 1011001 1000 1100011 0 1000001 100100111 1100010 10010

Color Harmonies of #520159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520159

Black with #520159

Text Example


Text Example

White with #520159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520159; }

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

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

background-color css

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

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

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

border-color css

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

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

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