Html Css Color HEX #5013DA Han Purple

📋 copy color: '#5013DA'

red 80 ◦ green 19 ◦ blue 218

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

Shades of Han Purple #5013DA

Tints of Han Purple #5013DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 25.24%
G = 5.99%
B = 68.77%

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

#5013DA (or 0x5013DA) is known color: Han Purple. HEX triplet: 50, 13 and DA. RGB value is (80,19,218). Sum of RGB (Red+Green+Blue) = 80+19+218=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #5013DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013DA is #AFEC25. Grayscale: #3B3B3B. Windows color (decimal): -11529254 or 14291792. OLE color: 14291792.

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

Color convert

RGB 80 19 218 -
CMYK 0.63 0.91 0 0.15
HSL 258.39º 0.84% 0.46% -
HSV(B) 258.39º 0.91% 0.85% -
XYZ 16.2 7.23 66.87 -
YUV 59.93 217.21 142.32 -
System Red Green Blue C M Y K H S L
Decimal 80 19 218 0.63 0.91 0 0.15 258.39 0.84 0.46
Hex 50 13 DA 3F 5B 0 F 102 54 2E
Octal 120 23 332 77 133 0 17 402 124 56
Binary 1010000 10011 11011010 111111 1011011 0 1111 100000010 1010100 101110

Color Harmonies of #5013DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013DA

Black with #5013DA

Text Example


Text Example

White with #5013DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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