Html Css Color HEX #5010DB Han Purple

📋 copy color: '#5010DB'

red 80 ◦ green 16 ◦ blue 219

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

Shades of Han Purple #5010DB

Tints of Han Purple #5010DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.08%

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

R = 25.4%
G = 5.08%
B = 69.52%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5010DB (or 0x5010DB) is known color: Han Purple. HEX triplet: 50, 10 and DB. RGB value is (80,16,219). Sum of RGB (Red+Green+Blue) = 80+16+219=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 16 (6.64% from 255 or 5.08% 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 #5010DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010DB is #AFEF24. Grayscale: #393939. Windows color (decimal): -11530021 or 14356560. OLE color: 14356560.

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

Color convert

RGB 80 16 219 -
CMYK 0.63 0.93 0 0.14
HSL 258.92º 0.86% 0.46% -
HSV(B) 258.92º 0.93% 0.86% -
XYZ 16.28 7.19 67.55 -
YUV 58.28 218.7 143.49 -
System Red Green Blue C M Y K H S L
Decimal 80 16 219 0.63 0.93 0 0.14 258.92 0.86 0.46
Hex 50 10 DB 3F 5D 0 E 103 56 2E
Octal 120 20 333 77 135 0 16 403 126 56
Binary 1010000 10000 11011011 111111 1011101 0 1110 100000011 1010110 101110

Color Harmonies of #5010DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5010DB

Black with #5010DB

Text Example


Text Example

White with #5010DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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