Html Css Color HEX #5016FC Han Purple

📋 copy color: '#5016FC'

red 80 ◦ green 22 ◦ blue 252

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

Shades of Han Purple #5016FC

Tints of Han Purple #5016FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.19%

R = 22.6%
G = 6.21%
B = 71.19%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5016FC (or 0x5016FC) is known color: Han Purple. HEX triplet: 50, 16 and FC. RGB value is (80,22,252). Sum of RGB (Red+Green+Blue) = 80+22+252=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #5016FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5016FC is #AFE903. Grayscale: #404040. Windows color (decimal): -11528452 or 16520784. OLE color: 16520784.

HSL color Cylindrical-coordinate representation of color #5016FC: hue angle of 255.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5016FC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 22 252 -
CMYK 0.68 0.91 0 0.01
HSL 255.13º 0.97% 0.54% -
HSV(B) 255.13º 0.91% 0.99% -
XYZ 21.17 9.31 92.78 -
YUV 65.56 233.22 138.3 -
System Red Green Blue C M Y K H S L
Decimal 80 22 252 0.68 0.91 0 0.01 255.13 0.97 0.54
Hex 50 16 FC 44 5B 0 1 FF 61 36
Octal 120 26 374 104 133 0 1 377 141 66
Binary 1010000 10110 11111100 1000100 1011011 0 1 11111111 1100001 110110

Color Harmonies of #5016FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016FC

Black with #5016FC

Text Example


Text Example

White with #5016FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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