Html Css Color HEX #5016FF Han Purple

📋 copy color: '#5016FF'

red 80 ◦ green 22 ◦ blue 255

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

Shades of Han Purple #5016FF

Tints of Han Purple #5016FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.43%

R = 22.41%
G = 6.16%
B = 71.43%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5016FF (or 0x5016FF) is known color: Han Purple. HEX triplet: 50, 16 and FF. RGB value is (80,22,255). Sum of RGB (Red+Green+Blue) = 80+22+255=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #5016FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5016FF is #AFE900. Grayscale: #414141. Windows color (decimal): -11528449 or 16717392. OLE color: 16717392.

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

Color convert

RGB 80 22 255 -
CMYK 0.69 0.91 0 0
HSL 254.94º 1% 0.54% -
HSV(B) 254.94º 0.91% 1% -
XYZ 21.65 9.5 95.3 -
YUV 65.9 234.72 138.05 -
System Red Green Blue C M Y K H S L
Decimal 80 22 255 0.69 0.91 0 0 254.94 1 0.54
Hex 50 16 FF 45 5B 0 0 FF 64 36
Octal 120 26 377 105 133 0 0 377 144 66
Binary 1010000 10110 11111111 1000101 1011011 0 0 11111111 1100100 110110

Color Harmonies of #5016FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016FF

Black with #5016FF

Text Example


Text Example

White with #5016FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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