Html Css Color HEX #5013DF Han Purple

📋 copy color: '#5013DF'

red 80 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #5013DF

Tints of Han Purple #5013DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.25%

R = 24.84%
G = 5.9%
B = 69.25%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5013DF (or 0x5013DF) is known color: Han Purple. HEX triplet: 50, 13 and DF. RGB value is (80,19,223). Sum of RGB (Red+Green+Blue) = 80+19+223=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #5013DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013DF is #AFEC20. Grayscale: #3B3B3B. Windows color (decimal): -11529249 or 14619472. OLE color: 14619472.

HSL color Cylindrical-coordinate representation of color #5013DF: hue angle of 257.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5013DF is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 19 223 -
CMYK 0.64 0.91 0 0.13
HSL 257.94º 0.84% 0.47% -
HSV(B) 257.94º 0.91% 0.87% -
XYZ 16.86 7.5 70.37 -
YUV 60.5 219.71 141.91 -
System Red Green Blue C M Y K H S L
Decimal 80 19 223 0.64 0.91 0 0.13 257.94 0.84 0.47
Hex 50 13 DF 40 5B 0 D 102 54 2F
Octal 120 23 337 100 133 0 15 402 124 57
Binary 1010000 10011 11011111 1000000 1011011 0 1101 100000010 1010100 101111

Color Harmonies of #5013DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013DF

Black with #5013DF

Text Example


Text Example

White with #5013DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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