Html Css Color HEX #5012DB Han Purple

📋 copy color: '#5012DB'

red 80 ◦ green 18 ◦ blue 219

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

Shades of Han Purple #5012DB

Tints of Han Purple #5012DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

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

R = 25.24%
G = 5.68%
B = 69.09%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5012DB (or 0x5012DB) is known color: Han Purple. HEX triplet: 50, 12 and DB. RGB value is (80,18,219). Sum of RGB (Red+Green+Blue) = 80+18+219=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #5012DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012DB is #AFED24. Grayscale: #3A3A3A. Windows color (decimal): -11529509 or 14357072. OLE color: 14357072.

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

Color convert

RGB 80 18 219 -
CMYK 0.63 0.92 0 0.14
HSL 258.51º 0.85% 0.46% -
HSV(B) 258.51º 0.92% 0.86% -
XYZ 16.31 7.25 67.56 -
YUV 59.45 218.04 142.66 -
System Red Green Blue C M Y K H S L
Decimal 80 18 219 0.63 0.92 0 0.14 258.51 0.85 0.46
Hex 50 12 DB 3F 5C 0 E 103 55 2E
Octal 120 22 333 77 134 0 16 403 125 56
Binary 1010000 10010 11011011 111111 1011100 0 1110 100000011 1010101 101110

Color Harmonies of #5012DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5012DB

Black with #5012DB

Text Example


Text Example

White with #5012DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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