Html Css Color HEX #5010ED Han Purple

📋 copy color: '#5010ED'

red 80 ◦ green 16 ◦ blue 237

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

Shades of Han Purple #5010ED

Tints of Han Purple #5010ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.17%

R = 24.02%
G = 4.8%
B = 71.17%

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

#5010ED (or 0x5010ED) is known color: Han Purple. HEX triplet: 50, 10 and ED. RGB value is (80,16,237). Sum of RGB (Red+Green+Blue) = 80+16+237=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #5010ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5010ED is #AFEF12. Grayscale: #3B3B3B. Windows color (decimal): -11530003 or 15536208. OLE color: 15536208.

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

Color convert

RGB 80 16 237 -
CMYK 0.66 0.93 0 0.07
HSL 257.38º 0.87% 0.5% -
HSV(B) 257.38º 0.93% 0.93% -
XYZ 18.78 8.19 80.71 -
YUV 60.33 227.7 142.03 -
System Red Green Blue C M Y K H S L
Decimal 80 16 237 0.66 0.93 0 0.07 257.38 0.87 0.5
Hex 50 10 ED 42 5D 0 7 101 57 32
Octal 120 20 355 102 135 0 7 401 127 62
Binary 1010000 10000 11101101 1000010 1011101 0 111 100000001 1010111 110010

Color Harmonies of #5010ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5010ED

Black with #5010ED

Text Example


Text Example

White with #5010ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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