Html Css Color HEX #5011F7 Han Purple

📋 copy color: '#5011F7'

red 80 ◦ green 17 ◦ blue 247

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

Shades of Han Purple #5011F7

Tints of Han Purple #5011F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 71.8%

R = 23.26%
G = 4.94%
B = 71.8%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5011F7 (or 0x5011F7) is known color: Han Purple. HEX triplet: 50, 11 and F7. RGB value is (80,17,247). Sum of RGB (Red+Green+Blue) = 80+17+247=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #5011F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5011F7 is #AFEE08. Grayscale: #3D3D3D. Windows color (decimal): -11529737 or 16191824. OLE color: 16191824.

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

Color convert

RGB 80 17 247 -
CMYK 0.68 0.93 0 0.03
HSL 256.43º 0.93% 0.52% -
HSV(B) 256.43º 0.93% 0.97% -
XYZ 20.3 8.82 88.63 -
YUV 62.06 232.37 140.8 -
System Red Green Blue C M Y K H S L
Decimal 80 17 247 0.68 0.93 0 0.03 256.43 0.93 0.52
Hex 50 11 F7 44 5D 0 3 100 5D 34
Octal 120 21 367 104 135 0 3 400 135 64
Binary 1010000 10001 11110111 1000100 1011101 0 11 100000000 1011101 110100

Color Harmonies of #5011F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5011F7

Black with #5011F7

Text Example


Text Example

White with #5011F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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