Html Css Color HEX #5013D9 Han Purple

📋 copy color: '#5013D9'

red 80 ◦ green 19 ◦ blue 217

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

Shades of Han Purple #5013D9

Tints of Han Purple #5013D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 68.67%

R = 25.32%
G = 6.01%
B = 68.67%

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

#5013D9 (or 0x5013D9) is known color: Han Purple. HEX triplet: 50, 13 and D9. RGB value is (80,19,217). Sum of RGB (Red+Green+Blue) = 80+19+217=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #5013D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013D9 is #AFEC26. Grayscale: #3B3B3B. Windows color (decimal): -11529255 or 14226256. OLE color: 14226256.

HSL color Cylindrical-coordinate representation of color #5013D9: hue angle of 258.48º 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 #5013D9 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 19 217 -
CMYK 0.63 0.91 0 0.15
HSL 258.48º 0.84% 0.46% -
HSV(B) 258.48º 0.91% 0.85% -
XYZ 16.07 7.18 66.18 -
YUV 59.81 216.71 142.4 -
System Red Green Blue C M Y K H S L
Decimal 80 19 217 0.63 0.91 0 0.15 258.48 0.84 0.46
Hex 50 13 D9 3F 5B 0 F 102 54 2E
Octal 120 23 331 77 133 0 17 402 124 56
Binary 1010000 10011 11011001 111111 1011011 0 1111 100000010 1010100 101110

Color Harmonies of #5013D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013D9

Black with #5013D9

Text Example


Text Example

White with #5013D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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