#500FE8

Color #500FE8 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #500FE8

Tints of Han Purple #500FE8

Color information

#500FE8 (or 0x500FE8) is unknown color: approx Han Purple. HEX triplet: 50, 0F and E8. RGB value is (80,15,232). Sum of RGB (Red+Green+Blue) = 80+15+232=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 232 (91.02% from 255 or 70.95% from 327); Max value from RGB is 232 - color contains mainly: blue. Hex color #500FE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500FE8 is #AFF017. Grayscale: #3A3A3A. Windows color (decimal): -11530264 or 15208272. OLE color: 15208272.

HSL color Cylindrical-coordinate representation of color #500FE8: hue angle of 257.97º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500FE8 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8015232-
CMYK0.660.9400.09
HSL257.97º87.85%48.43%-
HSV(B)257.97º93.53%90.98%-
XYZ18.047.8776.91-
YUV59.17225.53142.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 15 (6.25% from 255) = 4.59%
BLUE value IS 232 (91.02% from 255) = 70.95%
R=24.46%
G=4.59%
B=70.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80152320.660.9400.09257.9787.8548.43
Hex50FE8425E091025830
Octal1201735010213601140213060
Binary101000011111110100010000101011110010011000000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500FE8; }

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

 H1.HeaderClassName
 {
   color: #500FE8;
 }
 .AnyTagClassName
 {
   color: #500FE8;
 }
</style>
background-color css

<style>
 a { background-color: #500FE8; }

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

 div.DivClassName
 {
   background-color: #500FE8;
 }
 .BgClassName
 {
   background-color: #500FE8;
 }
</style>
border-color css

<style>
 span { border-color: #500FE8; }

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

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