Html Css Color HEX #520856 Hot Purple

📋 copy color: '#520856'

red 82 ◦ green 8 ◦ blue 86

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

Shades of Hot Purple #520856

Tints of Hot Purple #520856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

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

R = 46.59%
G = 4.55%
B = 48.86%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#520856 (or 0x520856) is known color: Hot Purple. HEX triplet: 52, 08 and 56. RGB value is (82,8,86). Sum of RGB (Red+Green+Blue) = 82+8+86=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #520856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520856 is #ADF7A9. Grayscale: #262626. Windows color (decimal): -11401130 or 5638226. OLE color: 5638226.

HSL color Cylindrical-coordinate representation of color #520856: hue angle of 296.92º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520856 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 8 86 -
CMYK 0.05 0.91 0 0.66
HSL 296.92º 0.83% 0.18% -
HSV(B) 296.92º 0.91% 0.34% -
XYZ 5.25 2.64 9.04 -
YUV 39.02 154.52 158.66 -
System Red Green Blue C M Y K H S L
Decimal 82 8 86 0.05 0.91 0 0.66 296.92 0.83 0.18
Hex 52 8 56 5 5B 0 42 129 53 12
Octal 122 10 126 5 133 0 102 451 123 22
Binary 1010010 1000 1010110 101 1011011 0 1000010 100101001 1010011 10010

Color Harmonies of #520856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520856

Black with #520856

Text Example


Text Example

White with #520856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520856; }

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

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

background-color css

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

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

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

border-color css

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

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

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