Html Css Color HEX #520859 Hot Purple

📋 copy color: '#520859'

red 82 ◦ green 8 ◦ blue 89

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

Shades of Hot Purple #520859

Tints of Hot Purple #520859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 45.81%
G = 4.47%
B = 49.72%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520859 (or 0x520859) is known color: Hot Purple. HEX triplet: 52, 08 and 59. RGB value is (82,8,89). Sum of RGB (Red+Green+Blue) = 82+8+89=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #520859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520859 is #ADF7A6. Grayscale: #272727. Windows color (decimal): -11401127 or 5834834. OLE color: 5834834.

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

Color convert

RGB 82 8 89 -
CMYK 0.08 0.91 0 0.65
HSL 294.81º 0.84% 0.19% -
HSV(B) 294.81º 0.91% 0.35% -
XYZ 5.37 2.69 9.69 -
YUV 39.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 82 8 89 0.08 0.91 0 0.65 294.81 0.84 0.19
Hex 52 8 59 8 5B 0 41 127 54 13
Octal 122 10 131 10 133 0 101 447 124 23
Binary 1010010 1000 1011001 1000 1011011 0 1000001 100100111 1010100 10011

Color Harmonies of #520859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520859

Black with #520859

Text Example


Text Example

White with #520859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520859; }

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

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

background-color css

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

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

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

border-color css

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

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

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