Html Css Color HEX #520456 Hot Purple

📋 copy color: '#520456'

red 82 ◦ green 4 ◦ blue 86

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

Shades of Hot Purple #520456

Tints of Hot Purple #520456

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 47.67%
G = 2.33%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#520456 (or 0x520456) is known color: Hot Purple. HEX triplet: 52, 04 and 56. RGB value is (82,4,86). Sum of RGB (Red+Green+Blue) = 82+4+86=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #520456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520456 is #ADFBA9. Grayscale: #242424. Windows color (decimal): -11402154 or 5637202. OLE color: 5637202.

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

Color convert

RGB 82 4 86 -
CMYK 0.05 0.95 0 0.66
HSL 297.07º 0.91% 0.18% -
HSV(B) 297.07º 0.95% 0.34% -
XYZ 5.2 2.55 9.02 -
YUV 36.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 82 4 86 0.05 0.95 0 0.66 297.07 0.91 0.18
Hex 52 4 56 5 5F 0 42 129 5B 12
Octal 122 4 126 5 137 0 102 451 133 22
Binary 1010010 100 1010110 101 1011111 0 1000010 100101001 1011011 10010

Color Harmonies of #520456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520456

Black with #520456

Text Example


Text Example

White with #520456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520456; }

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

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

background-color css

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

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

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

border-color css

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

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

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