Html Css Color HEX #5011F9 Han Purple

📋 copy color: '#5011F9'

red 80 ◦ green 17 ◦ blue 249

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

Shades of Han Purple #5011F9

Tints of Han Purple #5011F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 71.97%

R = 23.12%
G = 4.91%
B = 71.97%

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

#5011F9 (or 0x5011F9) is known color: Han Purple. HEX triplet: 50, 11 and F9. RGB value is (80,17,249). Sum of RGB (Red+Green+Blue) = 80+17+249=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #5011F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5011F9 is #AFEE06. Grayscale: #3D3D3D. Windows color (decimal): -11529735 or 16322896. OLE color: 16322896.

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

Color convert

RGB 80 17 249 -
CMYK 0.68 0.93 0 0.02
HSL 256.29º 0.95% 0.52% -
HSV(B) 256.29º 0.93% 0.98% -
XYZ 20.61 8.95 90.26 -
YUV 62.29 233.37 140.64 -
System Red Green Blue C M Y K H S L
Decimal 80 17 249 0.68 0.93 0 0.02 256.29 0.95 0.52
Hex 50 11 F9 44 5D 0 2 100 5F 34
Octal 120 21 371 104 135 0 2 400 137 64
Binary 1010000 10001 11111001 1000100 1011101 0 10 100000000 1011111 110100

Color Harmonies of #5011F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5011F9

Black with #5011F9

Text Example


Text Example

White with #5011F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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