Html Css Color HEX #5016DB Han Purple

📋 copy color: '#5016DB'

red 80 ◦ green 22 ◦ blue 219

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

Shades of Han Purple #5016DB

Tints of Han Purple #5016DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

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

R = 24.92%
G = 6.85%
B = 68.22%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5016DB (or 0x5016DB) is known color: Han Purple. HEX triplet: 50, 16 and DB. RGB value is (80,22,219). Sum of RGB (Red+Green+Blue) = 80+22+219=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #5016DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5016DB is #AFE924. Grayscale: #3D3D3D. Windows color (decimal): -11528485 or 14358096. OLE color: 14358096.

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

Color convert

RGB 80 22 219 -
CMYK 0.63 0.90 0 0.14
HSL 257.67º 0.82% 0.47% -
HSV(B) 257.67º 0.9% 0.86% -
XYZ 16.38 7.39 67.58 -
YUV 61.8 216.72 140.98 -
System Red Green Blue C M Y K H S L
Decimal 80 22 219 0.63 0.90 0 0.14 257.67 0.82 0.47
Hex 50 16 DB 3F 5A 0 E 102 52 2F
Octal 120 26 333 77 132 0 16 402 122 57
Binary 1010000 10110 11011011 111111 1011010 0 1110 100000010 1010010 101111

Color Harmonies of #5016DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016DB

Black with #5016DB

Text Example


Text Example

White with #5016DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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