Html Css Color HEX #520ED7 Han Purple

📋 copy color: '#520ED7'

red 82 ◦ green 14 ◦ blue 215

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

Shades of Han Purple #520ED7

Tints of Han Purple #520ED7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.5%

 BLUE value IS 215 (84.38% from 255) = 69.13%

R = 26.37%
G = 4.5%
B = 69.13%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#520ED7 (or 0x520ED7) is known color: Han Purple. HEX triplet: 52, 0E and D7. RGB value is (82,14,215). Sum of RGB (Red+Green+Blue) = 82+14+215=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #520ED7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520ED7 is #ADF128. Grayscale: #383838. Windows color (decimal): -11399465 or 14093906. OLE color: 14093906.

HSL color Cylindrical-coordinate representation of color #520ED7: hue angle of 260.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520ED7 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 14 215 -
CMYK 0.62 0.93 0 0.16
HSL 260.3º 0.88% 0.45% -
HSV(B) 260.3º 0.93% 0.84% -
XYZ 15.9 7.01 64.81 -
YUV 57.25 217.03 145.66 -
System Red Green Blue C M Y K H S L
Decimal 82 14 215 0.62 0.93 0 0.16 260.3 0.88 0.45
Hex 52 E D7 3E 5D 0 10 104 58 2D
Octal 122 16 327 76 135 0 20 404 130 55
Binary 1010010 1110 11010111 111110 1011101 0 10000 100000100 1011000 101101

Color Harmonies of #520ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520ED7

Black with #520ED7

Text Example


Text Example

White with #520ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520ED7; }

 p { color: rgb(82,14,215); }

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

background-color css

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

 a { background-color: rgb(82,14,215); }

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

border-color css

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

 span { border-color: rgb(82,14,215); }

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