Html Css Color HEX #5016EA Han Purple

📋 copy color: '#5016EA'

red 80 ◦ green 22 ◦ blue 234

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

Shades of Han Purple #5016EA

Tints of Han Purple #5016EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 23.81%
G = 6.55%
B = 69.64%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5016EA (or 0x5016EA) is known color: Han Purple. HEX triplet: 50, 16 and EA. RGB value is (80,22,234). Sum of RGB (Red+Green+Blue) = 80+22+234=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #5016EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5016EA is #AFE915. Grayscale: #3E3E3E. Windows color (decimal): -11528470 or 15341136. OLE color: 15341136.

HSL color Cylindrical-coordinate representation of color #5016EA: hue angle of 256.42º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5016EA is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 22 234 -
CMYK 0.66 0.91 0 0.08
HSL 256.42º 0.83% 0.5% -
HSV(B) 256.42º 0.91% 0.92% -
XYZ 18.45 8.22 78.46 -
YUV 63.51 224.22 139.76 -
System Red Green Blue C M Y K H S L
Decimal 80 22 234 0.66 0.91 0 0.08 256.42 0.83 0.5
Hex 50 16 EA 42 5B 0 8 100 53 32
Octal 120 26 352 102 133 0 10 400 123 62
Binary 1010000 10110 11101010 1000010 1011011 0 1000 100000000 1010011 110010

Color Harmonies of #5016EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016EA

Black with #5016EA

Text Example


Text Example

White with #5016EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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