Html Css Color HEX #5004ED Han Purple

📋 copy color: '#5004ED'

red 80 ◦ green 4 ◦ blue 237

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

Shades of Han Purple #5004ED

Tints of Han Purple #5004ED

RGB

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

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

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

R = 24.92%
G = 1.25%
B = 73.83%

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

#5004ED (or 0x5004ED) is known color: Han Purple. HEX triplet: 50, 04 and ED. RGB value is (80,4,237). Sum of RGB (Red+Green+Blue) = 80+4+237=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #5004ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5004ED is #AFFB12. Grayscale: #343434. Windows color (decimal): -11533075 or 15533136. OLE color: 15533136.

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

Color convert

RGB 80 4 237 -
CMYK 0.66 0.98 0 0.07
HSL 259.57º 0.97% 0.47% -
HSV(B) 259.57º 0.98% 0.93% -
XYZ 18.64 7.91 80.66 -
YUV 53.29 231.68 147.05 -
System Red Green Blue C M Y K H S L
Decimal 80 4 237 0.66 0.98 0 0.07 259.57 0.97 0.47
Hex 50 4 ED 42 62 0 7 104 61 2F
Octal 120 4 355 102 142 0 7 404 141 57
Binary 1010000 100 11101101 1000010 1100010 0 111 100000100 1100001 101111

Color Harmonies of #5004ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004ED

Black with #5004ED

Text Example


Text Example

White with #5004ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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