Html Css Color HEX #5004EC Han Purple

📋 copy color: '#5004EC'

red 80 ◦ green 4 ◦ blue 236

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

Shades of Han Purple #5004EC

Tints of Han Purple #5004EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

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

R = 25%
G = 1.25%
B = 73.75%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5004EC (or 0x5004EC) is known color: Han Purple. HEX triplet: 50, 04 and EC. RGB value is (80,4,236). Sum of RGB (Red+Green+Blue) = 80+4+236=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #5004EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5004EC is #AFFB13. Grayscale: #343434. Windows color (decimal): -11533076 or 15467600. OLE color: 15467600.

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

Color convert

RGB 80 4 236 -
CMYK 0.66 0.98 0 0.07
HSL 259.66º 0.97% 0.47% -
HSV(B) 259.66º 0.98% 0.93% -
XYZ 18.49 7.85 79.9 -
YUV 53.17 231.18 147.14 -
System Red Green Blue C M Y K H S L
Decimal 80 4 236 0.66 0.98 0 0.07 259.66 0.97 0.47
Hex 50 4 EC 42 62 0 7 104 61 2F
Octal 120 4 354 102 142 0 7 404 141 57
Binary 1010000 100 11101100 1000010 1100010 0 111 100000100 1100001 101111

Color Harmonies of #5004EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004EC

Black with #5004EC

Text Example


Text Example

White with #5004EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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