Html Css Color HEX #5013D8 Han Purple

📋 copy color: '#5013D8'

red 80 ◦ green 19 ◦ blue 216

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

Shades of Han Purple #5013D8

Tints of Han Purple #5013D8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

 BLUE value IS 216 (84.77% from 255) = 68.57%

R = 25.4%
G = 6.03%
B = 68.57%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5013D8 (or 0x5013D8) is known color: Han Purple. HEX triplet: 50, 13 and D8. RGB value is (80,19,216). Sum of RGB (Red+Green+Blue) = 80+19+216=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #5013D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013D8 is #AFEC27. Grayscale: #3A3A3A. Windows color (decimal): -11529256 or 14160720. OLE color: 14160720.

HSL color Cylindrical-coordinate representation of color #5013D8: hue angle of 258.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5013D8 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 19 216 -
CMYK 0.63 0.91 0 0.15
HSL 258.58º 0.84% 0.46% -
HSV(B) 258.58º 0.91% 0.85% -
XYZ 15.94 7.13 65.5 -
YUV 59.7 216.21 142.48 -
System Red Green Blue C M Y K H S L
Decimal 80 19 216 0.63 0.91 0 0.15 258.58 0.84 0.46
Hex 50 13 D8 3F 5B 0 F 103 54 2E
Octal 120 23 330 77 133 0 17 403 124 56
Binary 1010000 10011 11011000 111111 1011011 0 1111 100000011 1010100 101110

Color Harmonies of #5013D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013D8

Black with #5013D8

Text Example


Text Example

White with #5013D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5013D8; }

 p { color: rgb(80,19,216); }

 H1.HeaderClassName
 {
   color: #5013D8;
 }
 .AnyTagClassName
 {
   color: #5013D8;
 }
</style>

background-color css

<style>
 a { background-color: #5013D8; }

 a { background-color: rgb(80,19,216); }

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

border-color css

<style>
 span { border-color: #5013D8; }

 span { border-color: rgb(80,19,216); }

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