Html Css Color HEX #5018F9 Han Purple

📋 copy color: '#5018F9'

red 80 ◦ green 24 ◦ blue 249

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

Shades of Han Purple #5018F9

Tints of Han Purple #5018F9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

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

R = 22.66%
G = 6.8%
B = 70.54%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5018F9 (or 0x5018F9) is known color: Han Purple. HEX triplet: 50, 18 and F9. RGB value is (80,24,249). Sum of RGB (Red+Green+Blue) = 80+24+249=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 249 (97.66% from 255 or 70.54% from 353); Max value from RGB is 249 - color contains mainly: blue. Hex color #5018F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5018F9 is #AFE706. Grayscale: #414141. Windows color (decimal): -11527943 or 16324688. OLE color: 16324688.

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

Color convert

RGB 80 24 249 -
CMYK 0.68 0.90 0 0.02
HSL 254.93º 0.95% 0.54% -
HSV(B) 254.93º 0.9% 0.98% -
XYZ 20.73 9.2 90.31 -
YUV 66.39 231.05 137.7 -
System Red Green Blue C M Y K H S L
Decimal 80 24 249 0.68 0.90 0 0.02 254.93 0.95 0.54
Hex 50 18 F9 44 5A 0 2 FF 5F 36
Octal 120 30 371 104 132 0 2 377 137 66
Binary 1010000 11000 11111001 1000100 1011010 0 10 11111111 1011111 110110

Color Harmonies of #5018F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5018F9

Black with #5018F9

Text Example


Text Example

White with #5018F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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