Html Css Color HEX #520F60 Hot Purple

📋 copy color: '#520F60'

red 82 ◦ green 15 ◦ blue 96

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

Shades of Hot Purple #520F60

Tints of Hot Purple #520F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

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

R = 42.49%
G = 7.77%
B = 49.74%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520F60 (or 0x520F60) is known color: Hot Purple. HEX triplet: 52, 0F and 60. RGB value is (82,15,96). Sum of RGB (Red+Green+Blue) = 82+15+96=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #520F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520F60 is #ADF09F. Grayscale: #2C2C2C. Windows color (decimal): -11399328 or 6295378. OLE color: 6295378.

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

Color convert

RGB 82 15 96 -
CMYK 0.15 0.84 0 0.62
HSL 289.63º 0.73% 0.22% -
HSV(B) 289.63º 0.84% 0.38% -
XYZ 5.76 2.98 11.34 -
YUV 44.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 82 15 96 0.15 0.84 0 0.62 289.63 0.73 0.22
Hex 52 F 60 F 54 0 3E 122 49 16
Octal 122 17 140 17 124 0 76 442 111 26
Binary 1010010 1111 1100000 1111 1010100 0 111110 100100010 1001001 10110

Color Harmonies of #520F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F60

Black with #520F60

Text Example


Text Example

White with #520F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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