Html Css Color HEX #500EDB Han Purple

📋 copy color: '#500EDB'

red 80 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #500EDB

Tints of Han Purple #500EDB

RGB

 RED value IS 80 (31.64% from 255) = 25.56%

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

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

R = 25.56%
G = 4.47%
B = 69.97%

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

#500EDB (or 0x500EDB) is known color: Han Purple. HEX triplet: 50, 0E and DB. RGB value is (80,14,219). Sum of RGB (Red+Green+Blue) = 80+14+219=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #500EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500EDB is #AFF124. Grayscale: #383838. Windows color (decimal): -11530533 or 14356048. OLE color: 14356048.

HSL color Cylindrical-coordinate representation of color #500EDB: hue angle of 259.32º 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 #500EDB is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 14 219 -
CMYK 0.63 0.94 0 0.14
HSL 259.32º 0.88% 0.46% -
HSV(B) 259.32º 0.94% 0.86% -
XYZ 16.25 7.13 67.54 -
YUV 57.1 219.37 144.33 -
System Red Green Blue C M Y K H S L
Decimal 80 14 219 0.63 0.94 0 0.14 259.32 0.88 0.46
Hex 50 E DB 3F 5E 0 E 103 58 2E
Octal 120 16 333 77 136 0 16 403 130 56
Binary 1010000 1110 11011011 111111 1011110 0 1110 100000011 1011000 101110

Color Harmonies of #500EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500EDB

Black with #500EDB

Text Example


Text Example

White with #500EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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