Html Css Color HEX #520550 Hot Purple

📋 copy color: '#520550'

red 82 ◦ green 5 ◦ blue 80

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

Shades of Hot Purple #520550

Tints of Hot Purple #520550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 49.1%
G = 2.99%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#520550 (or 0x520550) is known color: Hot Purple. HEX triplet: 52, 05 and 50. RGB value is (82,5,80). Sum of RGB (Red+Green+Blue) = 82+5+80=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #520550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520550 is #ADFAAF. Grayscale: #242424. Windows color (decimal): -11401904 or 5244242. OLE color: 5244242.

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

Color convert

RGB 82 5 80 -
CMYK 0 0.94 0.02 0.68
HSL 301.56º 0.89% 0.17% -
HSV(B) 301.56º 0.94% 0.32% -
XYZ 4.98 2.48 7.81 -
YUV 36.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 82 5 80 0 0.94 0.02 0.68 301.56 0.89 0.17
Hex 52 5 50 0 5E 2 44 12E 59 11
Octal 122 5 120 0 136 2 104 456 131 21
Binary 1010010 101 1010000 0 1011110 10 1000100 100101110 1011001 10001

Color Harmonies of #520550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520550

Black with #520550

Text Example


Text Example

White with #520550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520550; }

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

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

background-color css

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

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

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

border-color css

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

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

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