Html Css Color HEX #5017DB Han Purple

📋 copy color: '#5017DB'

red 80 ◦ green 23 ◦ blue 219

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

Shades of Han Purple #5017DB

Tints of Han Purple #5017DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

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

R = 24.84%
G = 7.14%
B = 68.01%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5017DB (or 0x5017DB) is known color: Han Purple. HEX triplet: 50, 17 and DB. RGB value is (80,23,219). Sum of RGB (Red+Green+Blue) = 80+23+219=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #5017DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5017DB is #AFE824. Grayscale: #3D3D3D. Windows color (decimal): -11528229 or 14358352. OLE color: 14358352.

HSL color Cylindrical-coordinate representation of color #5017DB: hue angle of 257.45º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5017DB is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 23 219 -
CMYK 0.63 0.89 0 0.14
HSL 257.45º 0.81% 0.47% -
HSV(B) 257.45º 0.89% 0.86% -
XYZ 16.4 7.43 67.59 -
YUV 62.39 216.38 140.56 -
System Red Green Blue C M Y K H S L
Decimal 80 23 219 0.63 0.89 0 0.14 257.45 0.81 0.47
Hex 50 17 DB 3F 59 0 E 101 51 2F
Octal 120 27 333 77 131 0 16 401 121 57
Binary 1010000 10111 11011011 111111 1011001 0 1110 100000001 1010001 101111

Color Harmonies of #5017DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5017DB

Black with #5017DB

Text Example


Text Example

White with #5017DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5017DB; }

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

 H1.HeaderClassName
 {
   color: #5017DB;
 }
 .AnyTagClassName
 {
   color: #5017DB;
 }
</style>

background-color css

<style>
 a { background-color: #5017DB; }

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

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

border-color css

<style>
 span { border-color: #5017DB; }

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

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