Html Css Color HEX #5018FE Han Purple

📋 copy color: '#5018FE'

red 80 ◦ green 24 ◦ blue 254

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

Shades of Han Purple #5018FE

Tints of Han Purple #5018FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 70.95%

R = 22.35%
G = 6.7%
B = 70.95%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5018FE (or 0x5018FE) is known color: Han Purple. HEX triplet: 50, 18 and FE. RGB value is (80,24,254). Sum of RGB (Red+Green+Blue) = 80+24+254=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #5018FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5018FE is #AFE701. Grayscale: #424242. Windows color (decimal): -11527938 or 16652368. OLE color: 16652368.

HSL color Cylindrical-coordinate representation of color #5018FE: hue angle of 254.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5018FE is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 24 254 -
CMYK 0.69 0.91 0 0.00
HSL 254.61º 0.99% 0.55% -
HSV(B) 254.61º 0.91% 1% -
XYZ 21.52 9.51 94.47 -
YUV 66.96 233.55 137.3 -
System Red Green Blue C M Y K H S L
Decimal 80 24 254 0.69 0.91 0 0.00 254.61 0.99 0.55
Hex 50 18 FE 45 5B 0 0 FF 63 37
Octal 120 30 376 105 133 0 0 377 143 67
Binary 1010000 11000 11111110 1000101 1011011 0 0 11111111 1100011 110111

Color Harmonies of #5018FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5018FE

Black with #5018FE

Text Example


Text Example

White with #5018FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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