Html Css Color HEX #520259 Hot Purple

📋 copy color: '#520259'

red 82 ◦ green 2 ◦ blue 89

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

Shades of Hot Purple #520259

Tints of Hot Purple #520259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 47.4%
G = 1.16%
B = 51.45%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520259 (or 0x520259) is known color: Hot Purple. HEX triplet: 52, 02 and 59. RGB value is (82,2,89). Sum of RGB (Red+Green+Blue) = 82+2+89=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #520259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520259 is #ADFDA6. Grayscale: #232323. Windows color (decimal): -11402663 or 5833298. OLE color: 5833298.

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

Color convert

RGB 82 2 89 -
CMYK 0.08 0.98 0 0.65
HSL 295.17º 0.96% 0.18% -
HSV(B) 295.17º 0.98% 0.35% -
XYZ 5.3 2.56 9.67 -
YUV 35.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 82 2 89 0.08 0.98 0 0.65 295.17 0.96 0.18
Hex 52 2 59 8 62 0 41 127 60 12
Octal 122 2 131 10 142 0 101 447 140 22
Binary 1010010 10 1011001 1000 1100010 0 1000001 100100111 1100000 10010

Color Harmonies of #520259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520259

Black with #520259

Text Example


Text Example

White with #520259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520259; }

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

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

background-color css

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

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

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

border-color css

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

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

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