Html Css Color HEX #520EDB Han Purple

📋 copy color: '#520EDB'

red 82 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #520EDB

Tints of Han Purple #520EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 26.03%
G = 4.44%
B = 69.52%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#520EDB (or 0x520EDB) is known color: Han Purple. HEX triplet: 52, 0E and DB. RGB value is (82,14,219). Sum of RGB (Red+Green+Blue) = 82+14+219=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #520EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520EDB is #ADF124. Grayscale: #383838. Windows color (decimal): -11399461 or 14356050. OLE color: 14356050.

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

Color convert

RGB 82 14 219 -
CMYK 0.63 0.94 0 0.14
HSL 259.9º 0.88% 0.46% -
HSV(B) 259.9º 0.94% 0.86% -
XYZ 16.42 7.22 67.55 -
YUV 57.7 219.03 145.33 -
System Red Green Blue C M Y K H S L
Decimal 82 14 219 0.63 0.94 0 0.14 259.9 0.88 0.46
Hex 52 E DB 3F 5E 0 E 104 58 2E
Octal 122 16 333 77 136 0 16 404 130 56
Binary 1010010 1110 11011011 111111 1011110 0 1110 100000100 1011000 101110

Color Harmonies of #520EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520EDB

Black with #520EDB

Text Example


Text Example

White with #520EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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