Html Css Color HEX #520EE0 Han Purple

📋 copy color: '#520EE0'

red 82 ◦ green 14 ◦ blue 224

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

Shades of Han Purple #520EE0

Tints of Han Purple #520EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 70%

R = 25.63%
G = 4.38%
B = 70%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#520EE0 (or 0x520EE0) is known color: Han Purple. HEX triplet: 52, 0E and E0. RGB value is (82,14,224). Sum of RGB (Red+Green+Blue) = 82+14+224=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #520EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EE0 is #ADF11F. Grayscale: #393939. Windows color (decimal): -11399456 or 14683730. OLE color: 14683730.

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

Color convert

RGB 82 14 224 -
CMYK 0.63 0.94 0 0.12
HSL 259.43º 0.88% 0.47% -
HSV(B) 259.43º 0.94% 0.88% -
XYZ 17.09 7.49 71.07 -
YUV 58.27 221.53 144.92 -
System Red Green Blue C M Y K H S L
Decimal 82 14 224 0.63 0.94 0 0.12 259.43 0.88 0.47
Hex 52 E E0 3F 5E 0 C 103 58 2F
Octal 122 16 340 77 136 0 14 403 130 57
Binary 1010010 1110 11100000 111111 1011110 0 1100 100000011 1011000 101111

Color Harmonies of #520EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EE0

Black with #520EE0

Text Example


Text Example

White with #520EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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