Html Css Color HEX #5013FE Han Purple

📋 copy color: '#5013FE'

red 80 ◦ green 19 ◦ blue 254

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

Shades of Han Purple #5013FE

Tints of Han Purple #5013FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.95%

R = 22.66%
G = 5.38%
B = 71.95%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5013FE (or 0x5013FE) is known color: Han Purple. HEX triplet: 50, 13 and FE. RGB value is (80,19,254). Sum of RGB (Red+Green+Blue) = 80+19+254=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #5013FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5013FE is #AFEC01. Grayscale: #3F3F3F. Windows color (decimal): -11529218 or 16651088. OLE color: 16651088.

HSL color Cylindrical-coordinate representation of color #5013FE: hue angle of 255.57º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5013FE is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 19 254 -
CMYK 0.69 0.93 0 0.00
HSL 255.57º 0.99% 0.54% -
HSV(B) 255.57º 0.93% 1% -
XYZ 21.43 9.33 94.44 -
YUV 64.03 235.21 139.39 -
System Red Green Blue C M Y K H S L
Decimal 80 19 254 0.69 0.93 0 0.00 255.57 0.99 0.54
Hex 50 13 FE 45 5D 0 0 100 63 36
Octal 120 23 376 105 135 0 0 400 143 66
Binary 1010000 10011 11111110 1000101 1011101 0 0 100000000 1100011 110110

Color Harmonies of #5013FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013FE

Black with #5013FE

Text Example


Text Example

White with #5013FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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