Html Css Color HEX #5010EA Han Purple

📋 copy color: '#5010EA'

red 80 ◦ green 16 ◦ blue 234

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

Shades of Han Purple #5010EA

Tints of Han Purple #5010EA

RGB

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

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

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

R = 24.24%
G = 4.85%
B = 70.91%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5010EA (or 0x5010EA) is known color: Han Purple. HEX triplet: 50, 10 and EA. RGB value is (80,16,234). Sum of RGB (Red+Green+Blue) = 80+16+234=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #5010EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5010EA is #AFEF15. Grayscale: #3B3B3B. Windows color (decimal): -11530006 or 15339600. OLE color: 15339600.

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

Color convert

RGB 80 16 234 -
CMYK 0.66 0.93 0 0.08
HSL 257.61º 0.87% 0.49% -
HSV(B) 257.61º 0.93% 0.92% -
XYZ 18.34 8.02 78.42 -
YUV 59.99 226.2 142.27 -
System Red Green Blue C M Y K H S L
Decimal 80 16 234 0.66 0.93 0 0.08 257.61 0.87 0.49
Hex 50 10 EA 42 5D 0 8 102 57 31
Octal 120 20 352 102 135 0 10 402 127 61
Binary 1010000 10000 11101010 1000010 1011101 0 1000 100000010 1010111 110001

Color Harmonies of #5010EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5010EA

Black with #5010EA

Text Example


Text Example

White with #5010EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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