Html Css Color HEX #5016DC Han Purple

📋 copy color: '#5016DC'

red 80 ◦ green 22 ◦ blue 220

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

Shades of Han Purple #5016DC

Tints of Han Purple #5016DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 24.84%
G = 6.83%
B = 68.32%

CMYK

 C value IS 0.64

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5016DC (or 0x5016DC) is known color: Han Purple. HEX triplet: 50, 16 and DC. RGB value is (80,22,220). Sum of RGB (Red+Green+Blue) = 80+22+220=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #5016DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5016DC is #AFE923. Grayscale: #3D3D3D. Windows color (decimal): -11528484 or 14423632. OLE color: 14423632.

HSL color Cylindrical-coordinate representation of color #5016DC: hue angle of 257.58º 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 #5016DC is Cyan = 0.64, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 22 220 -
CMYK 0.64 0.9 0 0.14
HSL 257.58º 0.82% 0.47% -
HSV(B) 257.58º 0.9% 0.86% -
XYZ 16.51 7.45 68.28 -
YUV 61.91 217.22 140.9 -
System Red Green Blue C M Y K H S L
Decimal 80 22 220 0.64 0.9 0 0.14 257.58 0.82 0.47
Hex 50 16 DC 40 5A 0 E 102 52 2F
Octal 120 26 334 100 132 0 16 402 122 57
Binary 1010000 10110 11011100 1000000 1011010 0 1110 100000010 1010010 101111

Color Harmonies of #5016DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016DC

Black with #5016DC

Text Example


Text Example

White with #5016DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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