Html Css Color HEX #5014DB Han Purple

📋 copy color: '#5014DB'

red 80 ◦ green 20 ◦ blue 219

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

Shades of Han Purple #5014DB

Tints of Han Purple #5014DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.27%

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

R = 25.08%
G = 6.27%
B = 68.65%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5014DB (or 0x5014DB) is known color: Han Purple. HEX triplet: 50, 14 and DB. RGB value is (80,20,219). Sum of RGB (Red+Green+Blue) = 80+20+219=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #5014DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5014DB is #AFEB24. Grayscale: #3B3B3B. Windows color (decimal): -11528997 or 14357584. OLE color: 14357584.

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

Color convert

RGB 80 20 219 -
CMYK 0.63 0.91 0 0.14
HSL 258.09º 0.83% 0.47% -
HSV(B) 258.09º 0.91% 0.86% -
XYZ 16.34 7.32 67.57 -
YUV 60.63 217.38 141.82 -
System Red Green Blue C M Y K H S L
Decimal 80 20 219 0.63 0.91 0 0.14 258.09 0.83 0.47
Hex 50 14 DB 3F 5B 0 E 102 53 2F
Octal 120 24 333 77 133 0 16 402 123 57
Binary 1010000 10100 11011011 111111 1011011 0 1110 100000010 1010011 101111

Color Harmonies of #5014DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5014DB

Black with #5014DB

Text Example


Text Example

White with #5014DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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