Html Css Color HEX #5004EA Han Purple

📋 copy color: '#5004EA'

red 80 ◦ green 4 ◦ blue 234

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

Shades of Han Purple #5004EA

Tints of Han Purple #5004EA

RGB

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

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

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

R = 25.16%
G = 1.26%
B = 73.58%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5004EA (or 0x5004EA) is known color: Han Purple. HEX triplet: 50, 04 and EA. RGB value is (80,4,234). Sum of RGB (Red+Green+Blue) = 80+4+234=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #5004EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5004EA is #AFFB15. Grayscale: #343434. Windows color (decimal): -11533078 or 15336528. OLE color: 15336528.

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

Color convert

RGB 80 4 234 -
CMYK 0.66 0.98 0 0.08
HSL 259.83º 0.97% 0.47% -
HSV(B) 259.83º 0.98% 0.92% -
XYZ 18.2 7.73 78.38 -
YUV 52.94 230.18 147.3 -
System Red Green Blue C M Y K H S L
Decimal 80 4 234 0.66 0.98 0 0.08 259.83 0.97 0.47
Hex 50 4 EA 42 62 0 8 104 61 2F
Octal 120 4 352 102 142 0 10 404 141 57
Binary 1010000 100 11101010 1000010 1100010 0 1000 100000100 1100001 101111

Color Harmonies of #5004EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004EA

Black with #5004EA

Text Example


Text Example

White with #5004EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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