Html Css Color HEX #5013FB Han Purple

📋 copy color: '#5013FB'

red 80 ◦ green 19 ◦ blue 251

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

Shades of Han Purple #5013FB

Tints of Han Purple #5013FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 22.86%
G = 5.43%
B = 71.71%

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

#5013FB (or 0x5013FB) is known color: Han Purple. HEX triplet: 50, 13 and FB. RGB value is (80,19,251). Sum of RGB (Red+Green+Blue) = 80+19+251=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #5013FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5013FB is #AFEC04. Grayscale: #3E3E3E. Windows color (decimal): -11529221 or 16454480. OLE color: 16454480.

HSL color Cylindrical-coordinate representation of color #5013FB: hue angle of 255.78º degrees, saturation: 0.97, 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 #5013FB is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 19 251 -
CMYK 0.68 0.92 0 0.02
HSL 255.78º 0.97% 0.53% -
HSV(B) 255.78º 0.92% 0.98% -
XYZ 20.95 9.14 91.93 -
YUV 63.69 233.71 139.64 -
System Red Green Blue C M Y K H S L
Decimal 80 19 251 0.68 0.92 0 0.02 255.78 0.97 0.53
Hex 50 13 FB 44 5C 0 2 100 61 35
Octal 120 23 373 104 134 0 2 400 141 65
Binary 1010000 10011 11111011 1000100 1011100 0 10 100000000 1100001 110101

Color Harmonies of #5013FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013FB

Black with #5013FB

Text Example


Text Example

White with #5013FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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