Html Css Color HEX #520557 Hot Purple

📋 copy color: '#520557'

red 82 ◦ green 5 ◦ blue 87

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

Shades of Hot Purple #520557

Tints of Hot Purple #520557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50%

R = 47.13%
G = 2.87%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#520557 (or 0x520557) is known color: Hot Purple. HEX triplet: 52, 05 and 57. RGB value is (82,5,87). Sum of RGB (Red+Green+Blue) = 82+5+87=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #520557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520557 is #ADFAA8. Grayscale: #252525. Windows color (decimal): -11401897 or 5702994. OLE color: 5702994.

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

Color convert

RGB 82 5 87 -
CMYK 0.06 0.94 0 0.66
HSL 296.34º 0.89% 0.18% -
HSV(B) 296.34º 0.94% 0.34% -
XYZ 5.25 2.59 9.24 -
YUV 37.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 82 5 87 0.06 0.94 0 0.66 296.34 0.89 0.18
Hex 52 5 57 6 5E 0 42 128 59 12
Octal 122 5 127 6 136 0 102 450 131 22
Binary 1010010 101 1010111 110 1011110 0 1000010 100101000 1011001 10010

Color Harmonies of #520557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520557

Black with #520557

Text Example


Text Example

White with #520557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520557; }

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

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

background-color css

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

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

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

border-color css

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

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

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