Html Css Color HEX #5011FB Han Purple

📋 copy color: '#5011FB'

red 80 ◦ green 17 ◦ blue 251

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

Shades of Han Purple #5011FB

Tints of Han Purple #5011FB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

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

R = 22.99%
G = 4.89%
B = 72.13%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5011FB (or 0x5011FB) is known color: Han Purple. HEX triplet: 50, 11 and FB. RGB value is (80,17,251). Sum of RGB (Red+Green+Blue) = 80+17+251=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #5011FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5011FB is #AFEE04. Grayscale: #3D3D3D. Windows color (decimal): -11529733 or 16453968. OLE color: 16453968.

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

Color convert

RGB 80 17 251 -
CMYK 0.68 0.93 0 0.02
HSL 256.15º 0.97% 0.53% -
HSV(B) 256.15º 0.93% 0.98% -
XYZ 20.92 9.07 91.92 -
YUV 62.51 234.37 140.47 -
System Red Green Blue C M Y K H S L
Decimal 80 17 251 0.68 0.93 0 0.02 256.15 0.97 0.53
Hex 50 11 FB 44 5D 0 2 100 61 35
Octal 120 21 373 104 135 0 2 400 141 65
Binary 1010000 10001 11111011 1000100 1011101 0 10 100000000 1100001 110101

Color Harmonies of #5011FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5011FB

Black with #5011FB

Text Example


Text Example

White with #5011FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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