Html Css Color HEX #5010EC Han Purple

📋 copy color: '#5010EC'

red 80 ◦ green 16 ◦ blue 236

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

Shades of Han Purple #5010EC

Tints of Han Purple #5010EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.82%

 BLUE value IS 236 (92.58% from 255) = 71.08%

R = 24.1%
G = 4.82%
B = 71.08%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5010EC (or 0x5010EC) is known color: Han Purple. HEX triplet: 50, 10 and EC. RGB value is (80,16,236). Sum of RGB (Red+Green+Blue) = 80+16+236=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #5010EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5010EC is #AFEF13. Grayscale: #3B3B3B. Windows color (decimal): -11530004 or 15470672. OLE color: 15470672.

HSL color Cylindrical-coordinate representation of color #5010EC: hue angle of 257.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5010EC is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 16 236 -
CMYK 0.66 0.93 0 0.07
HSL 257.45º 0.87% 0.49% -
HSV(B) 257.45º 0.93% 0.93% -
XYZ 18.63 8.13 79.94 -
YUV 60.22 227.2 142.11 -
System Red Green Blue C M Y K H S L
Decimal 80 16 236 0.66 0.93 0 0.07 257.45 0.87 0.49
Hex 50 10 EC 42 5D 0 7 101 57 31
Octal 120 20 354 102 135 0 7 401 127 61
Binary 1010000 10000 11101100 1000010 1011101 0 111 100000001 1010111 110001

Color Harmonies of #5010EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5010EC

Black with #5010EC

Text Example


Text Example

White with #5010EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5010EC; }

 p { color: rgb(80,16,236); }

 H1.HeaderClassName
 {
   color: #5010EC;
 }
 .AnyTagClassName
 {
   color: #5010EC;
 }
</style>

background-color css

<style>
 a { background-color: #5010EC; }

 a { background-color: rgb(80,16,236); }

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

border-color css

<style>
 span { border-color: #5010EC; }

 span { border-color: rgb(80,16,236); }

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