Html Css Color HEX #520057 Hot Purple

📋 copy color: '#520057'

red 82 ◦ green 0 ◦ blue 87

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

Shades of Hot Purple #520057

Tints of Hot Purple #520057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.52%
G = 0%
B = 51.48%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#520057 (or 0x520057) is known color: Hot Purple. HEX triplet: 52, 00 and 57. RGB value is (82,0,87). Sum of RGB (Red+Green+Blue) = 82+0+87=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #520057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520057 is #ADFFA8. Grayscale: #222222. Windows color (decimal): -11403177 or 5701714. OLE color: 5701714.

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

Color convert

RGB 82 0 87 -
CMYK 0.06 1 0 0.66
HSL 296.55º 1% 0.17% -
HSV(B) 296.55º 1% 0.34% -
XYZ 5.2 2.48 9.22 -
YUV 34.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 82 0 87 0.06 1 0 0.66 296.55 1 0.17
Hex 52 0 57 6 64 0 42 129 64 11
Octal 122 0 127 6 144 0 102 451 144 21
Binary 1010010 0 1010111 110 1100100 0 1000010 100101001 1100100 10001

Color Harmonies of #520057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520057

Black with #520057

Text Example


Text Example

White with #520057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520057; }

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

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

background-color css

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

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

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

border-color css

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

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

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