Html Css Color HEX #5016F9 Han Purple

📋 copy color: '#5016F9'

red 80 ◦ green 22 ◦ blue 249

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

Shades of Han Purple #5016F9

Tints of Han Purple #5016F9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.27%

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

R = 22.79%
G = 6.27%
B = 70.94%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5016F9 (or 0x5016F9) is known color: Han Purple. HEX triplet: 50, 16 and F9. RGB value is (80,22,249). Sum of RGB (Red+Green+Blue) = 80+22+249=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #5016F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5016F9 is #AFE906. Grayscale: #404040. Windows color (decimal): -11528455 or 16324176. OLE color: 16324176.

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

Color convert

RGB 80 22 249 -
CMYK 0.68 0.91 0 0.02
HSL 255.33º 0.95% 0.53% -
HSV(B) 255.33º 0.91% 0.98% -
XYZ 20.69 9.12 90.29 -
YUV 65.22 231.72 138.54 -
System Red Green Blue C M Y K H S L
Decimal 80 22 249 0.68 0.91 0 0.02 255.33 0.95 0.53
Hex 50 16 F9 44 5B 0 2 FF 5F 35
Octal 120 26 371 104 133 0 2 377 137 65
Binary 1010000 10110 11111001 1000100 1011011 0 10 11111111 1011111 110101

Color Harmonies of #5016F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016F9

Black with #5016F9

Text Example


Text Example

White with #5016F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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