Html Css Color HEX #520860 Hot Purple

📋 copy color: '#520860'

red 82 ◦ green 8 ◦ blue 96

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

Shades of Hot Purple #520860

Tints of Hot Purple #520860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.61%

R = 44.09%
G = 4.3%
B = 51.61%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520860 (or 0x520860) is known color: Hot Purple. HEX triplet: 52, 08 and 60. RGB value is (82,8,96). Sum of RGB (Red+Green+Blue) = 82+8+96=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #520860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520860 is #ADF79F. Grayscale: #272727. Windows color (decimal): -11401120 or 6293586. OLE color: 6293586.

HSL color Cylindrical-coordinate representation of color #520860: hue angle of 290.45º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520860 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 8 96 -
CMYK 0.15 0.92 0 0.62
HSL 290.45º 0.85% 0.2% -
HSV(B) 290.45º 0.92% 0.38% -
XYZ 5.68 2.81 11.31 -
YUV 40.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 82 8 96 0.15 0.92 0 0.62 290.45 0.85 0.2
Hex 52 8 60 F 5C 0 3E 122 55 14
Octal 122 10 140 17 134 0 76 442 125 24
Binary 1010010 1000 1100000 1111 1011100 0 111110 100100010 1010101 10100

Color Harmonies of #520860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520860

Black with #520860

Text Example


Text Example

White with #520860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520860; }

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

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

background-color css

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

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

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

border-color css

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

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

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