Html Css Color HEX #520750 Hot Purple

📋 copy color: '#520750'

red 82 ◦ green 7 ◦ blue 80

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

Shades of Hot Purple #520750

Tints of Hot Purple #520750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.14%

 BLUE value IS 80 (31.64% from 255) = 47.34%

R = 48.52%
G = 4.14%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#520750 (or 0x520750) is known color: Hot Purple. HEX triplet: 52, 07 and 50. RGB value is (82,7,80). Sum of RGB (Red+Green+Blue) = 82+7+80=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #520750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520750 is #ADF8AF. Grayscale: #252525. Windows color (decimal): -11401392 or 5244754. OLE color: 5244754.

HSL color Cylindrical-coordinate representation of color #520750: hue angle of 301.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520750 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 7 80 -
CMYK 0 0.91 0.02 0.68
HSL 301.6º 0.84% 0.17% -
HSV(B) 301.6º 0.91% 0.32% -
XYZ 5 2.52 7.81 -
YUV 37.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 82 7 80 0 0.91 0.02 0.68 301.6 0.84 0.17
Hex 52 7 50 0 5B 2 44 12E 54 11
Octal 122 7 120 0 133 2 104 456 124 21
Binary 1010010 111 1010000 0 1011011 10 1000100 100101110 1010100 10001

Color Harmonies of #520750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520750

Black with #520750

Text Example


Text Example

White with #520750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520750; }

 p { color: rgb(82,7,80); }

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

background-color css

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

 a { background-color: rgb(82,7,80); }

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

border-color css

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

 span { border-color: rgb(82,7,80); }

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