Html Css Color HEX #520857 Hot Purple

📋 copy color: '#520857'

red 82 ◦ green 8 ◦ blue 87

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

Shades of Hot Purple #520857

Tints of Hot Purple #520857

RGB

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

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

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

R = 46.33%
G = 4.52%
B = 49.15%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#520857 (or 0x520857) is known color: Hot Purple. HEX triplet: 52, 08 and 57. RGB value is (82,8,87). Sum of RGB (Red+Green+Blue) = 82+8+87=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #520857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520857 is #ADF7A8. Grayscale: #262626. Windows color (decimal): -11401129 or 5703762. OLE color: 5703762.

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

Color convert

RGB 82 8 87 -
CMYK 0.06 0.91 0 0.66
HSL 296.2º 0.83% 0.19% -
HSV(B) 296.2º 0.91% 0.34% -
XYZ 5.29 2.66 9.25 -
YUV 39.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 82 8 87 0.06 0.91 0 0.66 296.2 0.83 0.19
Hex 52 8 57 6 5B 0 42 128 53 13
Octal 122 10 127 6 133 0 102 450 123 23
Binary 1010010 1000 1010111 110 1011011 0 1000010 100101000 1010011 10011

Color Harmonies of #520857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520857

Black with #520857

Text Example


Text Example

White with #520857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520857; }

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

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

background-color css

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

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

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

border-color css

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

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

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