Html Css Color HEX #520C60 Hot Purple

📋 copy color: '#520C60'

red 82 ◦ green 12 ◦ blue 96

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

Shades of Hot Purple #520C60

Tints of Hot Purple #520C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

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

R = 43.16%
G = 6.32%
B = 50.53%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520C60 (or 0x520C60) is known color: Hot Purple. HEX triplet: 52, 0C and 60. RGB value is (82,12,96). Sum of RGB (Red+Green+Blue) = 82+12+96=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #520C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C60 is #ADF39F. Grayscale: #2A2A2A. Windows color (decimal): -11400096 or 6294610. OLE color: 6294610.

HSL color Cylindrical-coordinate representation of color #520C60: hue angle of 290º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520C60 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 12 96 -
CMYK 0.15 0.88 0 0.62
HSL 290º 0.78% 0.21% -
HSV(B) 290º 0.88% 0.38% -
XYZ 5.72 2.9 11.32 -
YUV 42.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 82 12 96 0.15 0.88 0 0.62 290 0.78 0.21
Hex 52 C 60 F 58 0 3E 122 4E 15
Octal 122 14 140 17 130 0 76 442 116 25
Binary 1010010 1100 1100000 1111 1011000 0 111110 100100010 1001110 10101

Color Harmonies of #520C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C60

Black with #520C60

Text Example


Text Example

White with #520C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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