Html Css Color HEX #5001E8 Han Purple

📋 copy color: '#5001E8'

red 80 ◦ green 1 ◦ blue 232

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

Shades of Han Purple #5001E8

Tints of Han Purple #5001E8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 232 (91.02% from 255) = 74.12%

R = 25.56%
G = 0.32%
B = 74.12%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5001E8 (or 0x5001E8) is known color: Han Purple. HEX triplet: 50, 01 and E8. RGB value is (80,1,232). Sum of RGB (Red+Green+Blue) = 80+1+232=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 232 (91.02% from 255 or 74.12% from 313); Max value from RGB is 232 - color contains mainly: blue. Hex color #5001E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5001E8 is #AFFE17. Grayscale: #323232. Windows color (decimal): -11533848 or 15204688. OLE color: 15204688.

HSL color Cylindrical-coordinate representation of color #5001E8: hue angle of 260.52º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5001E8 is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 1 232 -
CMYK 0.66 1.00 0 0.09
HSL 260.52º 0.99% 0.46% -
HSV(B) 260.52º 1% 0.91% -
XYZ 17.88 7.55 76.86 -
YUV 50.96 230.17 148.72 -
System Red Green Blue C M Y K H S L
Decimal 80 1 232 0.66 1.00 0 0.09 260.52 0.99 0.46
Hex 50 1 E8 42 64 0 9 105 63 2E
Octal 120 1 350 102 144 0 11 405 143 56
Binary 1010000 1 11101000 1000010 1100100 0 1001 100000101 1100011 101110

Color Harmonies of #5001E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5001E8

Black with #5001E8

Text Example


Text Example

White with #5001E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5001E8; }

 p { color: rgb(80,1,232); }

 H1.HeaderClassName
 {
   color: #5001E8;
 }
 .AnyTagClassName
 {
   color: #5001E8;
 }
</style>

background-color css

<style>
 a { background-color: #5001E8; }

 a { background-color: rgb(80,1,232); }

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

border-color css

<style>
 span { border-color: #5001E8; }

 span { border-color: rgb(80,1,232); }

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