Html Css Color HEX #520956 Hot Purple

📋 copy color: '#520956'

red 82 ◦ green 9 ◦ blue 86

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

Shades of Hot Purple #520956

Tints of Hot Purple #520956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.59%

R = 46.33%
G = 5.08%
B = 48.59%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#520956 (or 0x520956) is known color: Hot Purple. HEX triplet: 52, 09 and 56. RGB value is (82,9,86). Sum of RGB (Red+Green+Blue) = 82+9+86=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #520956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520956 is #ADF6A9. Grayscale: #272727. Windows color (decimal): -11400874 or 5638482. OLE color: 5638482.

HSL color Cylindrical-coordinate representation of color #520956: hue angle of 296.88º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520956 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 9 86 -
CMYK 0.05 0.90 0 0.66
HSL 296.88º 0.81% 0.19% -
HSV(B) 296.88º 0.9% 0.34% -
XYZ 5.26 2.66 9.04 -
YUV 39.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 82 9 86 0.05 0.90 0 0.66 296.88 0.81 0.19
Hex 52 9 56 5 5A 0 42 129 51 13
Octal 122 11 126 5 132 0 102 451 121 23
Binary 1010010 1001 1010110 101 1011010 0 1000010 100101001 1010001 10011

Color Harmonies of #520956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520956

Black with #520956

Text Example


Text Example

White with #520956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520956; }

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

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

background-color css

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

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

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

border-color css

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

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

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