Html Css Color HEX #520951 Hot Purple

📋 copy color: '#520951'

red 82 ◦ green 9 ◦ blue 81

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

Shades of Hot Purple #520951

Tints of Hot Purple #520951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

 BLUE value IS 81 (32.03% from 255) = 47.09%

R = 47.67%
G = 5.23%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#520951 (or 0x520951) is known color: Hot Purple. HEX triplet: 52, 09 and 51. RGB value is (82,9,81). Sum of RGB (Red+Green+Blue) = 82+9+81=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #520951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520951 is #ADF6AE. Grayscale: #262626. Windows color (decimal): -11400879 or 5310802. OLE color: 5310802.

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

Color convert

RGB 82 9 81 -
CMYK 0 0.89 0.01 0.68
HSL 300.82º 0.8% 0.18% -
HSV(B) 300.82º 0.89% 0.32% -
XYZ 5.06 2.58 8.02 -
YUV 39.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 82 9 81 0 0.89 0.01 0.68 300.82 0.8 0.18
Hex 52 9 51 0 59 1 44 12D 50 12
Octal 122 11 121 0 131 1 104 455 120 22
Binary 1010010 1001 1010001 0 1011001 1 1000100 100101101 1010000 10010

Color Harmonies of #520951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520951

Black with #520951

Text Example


Text Example

White with #520951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520951; }

 p { color: rgb(82,9,81); }

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

background-color css

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

 a { background-color: rgb(82,9,81); }

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

border-color css

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

 span { border-color: rgb(82,9,81); }

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