Html Css Color HEX #520EDE Han Purple

📋 copy color: '#520EDE'

red 82 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #520EDE

Tints of Han Purple #520EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.81%

R = 25.79%
G = 4.4%
B = 69.81%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#520EDE (or 0x520EDE) is known color: Han Purple. HEX triplet: 52, 0E and DE. RGB value is (82,14,222). Sum of RGB (Red+Green+Blue) = 82+14+222=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #520EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EDE is #ADF121. Grayscale: #393939. Windows color (decimal): -11399458 or 14552658. OLE color: 14552658.

HSL color Cylindrical-coordinate representation of color #520EDE: hue angle of 259.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520EDE is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 14 222 -
CMYK 0.63 0.94 0 0.13
HSL 259.62º 0.88% 0.46% -
HSV(B) 259.62º 0.94% 0.87% -
XYZ 16.82 7.38 69.65 -
YUV 58.04 220.53 145.09 -
System Red Green Blue C M Y K H S L
Decimal 82 14 222 0.63 0.94 0 0.13 259.62 0.88 0.46
Hex 52 E DE 3F 5E 0 D 104 58 2E
Octal 122 16 336 77 136 0 15 404 130 56
Binary 1010010 1110 11011110 111111 1011110 0 1101 100000100 1011000 101110

Color Harmonies of #520EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EDE

Black with #520EDE

Text Example


Text Example

White with #520EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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