Html Css Color HEX #5003EC Han Purple

📋 copy color: '#5003EC'

red 80 ◦ green 3 ◦ blue 236

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

Shades of Han Purple #5003EC

Tints of Han Purple #5003EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 25.08%
G = 0.94%
B = 73.98%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5003EC (or 0x5003EC) is known color: Han Purple. HEX triplet: 50, 03 and EC. RGB value is (80,3,236). Sum of RGB (Red+Green+Blue) = 80+3+236=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #5003EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5003EC is #AFFC13. Grayscale: #333333. Windows color (decimal): -11533332 or 15467344. OLE color: 15467344.

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

Color convert

RGB 80 3 236 -
CMYK 0.66 0.99 0 0.07
HSL 259.83º 0.97% 0.47% -
HSV(B) 259.83º 0.99% 0.93% -
XYZ 18.48 7.83 79.89 -
YUV 52.59 231.51 147.55 -
System Red Green Blue C M Y K H S L
Decimal 80 3 236 0.66 0.99 0 0.07 259.83 0.97 0.47
Hex 50 3 EC 42 63 0 7 104 61 2F
Octal 120 3 354 102 143 0 7 404 141 57
Binary 1010000 11 11101100 1000010 1100011 0 111 100000100 1100001 101111

Color Harmonies of #5003EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5003EC

Black with #5003EC

Text Example


Text Example

White with #5003EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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