Html Css Color HEX #5013FA Han Purple

📋 copy color: '#5013FA'

red 80 ◦ green 19 ◦ blue 250

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

Shades of Han Purple #5013FA

Tints of Han Purple #5013FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.63%

R = 22.92%
G = 5.44%
B = 71.63%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5013FA (or 0x5013FA) is known color: Han Purple. HEX triplet: 50, 13 and FA. RGB value is (80,19,250). Sum of RGB (Red+Green+Blue) = 80+19+250=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #5013FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5013FA is #AFEC05. Grayscale: #3E3E3E. Windows color (decimal): -11529222 or 16388944. OLE color: 16388944.

HSL color Cylindrical-coordinate representation of color #5013FA: hue angle of 255.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5013FA is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 19 250 -
CMYK 0.68 0.92 0 0.02
HSL 255.84º 0.96% 0.53% -
HSV(B) 255.84º 0.92% 0.98% -
XYZ 20.8 9.07 91.1 -
YUV 63.57 233.21 139.72 -
System Red Green Blue C M Y K H S L
Decimal 80 19 250 0.68 0.92 0 0.02 255.84 0.96 0.53
Hex 50 13 FA 44 5C 0 2 100 60 35
Octal 120 23 372 104 134 0 2 400 140 65
Binary 1010000 10011 11111010 1000100 1011100 0 10 100000000 1100000 110101

Color Harmonies of #5013FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013FA

Black with #5013FA

Text Example


Text Example

White with #5013FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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