Html Css Color HEX #5004EE Han Purple

📋 copy color: '#5004EE'

red 80 ◦ green 4 ◦ blue 238

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

Shades of Han Purple #5004EE

Tints of Han Purple #5004EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 73.91%

R = 24.84%
G = 1.24%
B = 73.91%

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

#5004EE (or 0x5004EE) is known color: Han Purple. HEX triplet: 50, 04 and EE. RGB value is (80,4,238). Sum of RGB (Red+Green+Blue) = 80+4+238=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #5004EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5004EE is #AFFB11. Grayscale: #343434. Windows color (decimal): -11533074 or 15598672. OLE color: 15598672.

HSL color Cylindrical-coordinate representation of color #5004EE: hue angle of 259.49º 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 #5004EE is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 4 238 -
CMYK 0.66 0.98 0 0.07
HSL 259.49º 0.97% 0.47% -
HSV(B) 259.49º 0.98% 0.93% -
XYZ 18.78 7.97 81.44 -
YUV 53.4 232.18 146.97 -
System Red Green Blue C M Y K H S L
Decimal 80 4 238 0.66 0.98 0 0.07 259.49 0.97 0.47
Hex 50 4 EE 42 62 0 7 103 61 2F
Octal 120 4 356 102 142 0 7 403 141 57
Binary 1010000 100 11101110 1000010 1100010 0 111 100000011 1100001 101111

Color Harmonies of #5004EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004EE

Black with #5004EE

Text Example


Text Example

White with #5004EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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