#500FEA

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

Shades of Han Purple #500FEA

Tints of Han Purple #500FEA

Color information

#500FEA (or 0x500FEA) is unknown color: approx Han Purple. HEX triplet: 50, 0F and EA. RGB value is (80,15,234). Sum of RGB (Red+Green+Blue) = 80+15+234=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #500FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500FEA is #AFF015. Grayscale: #3A3A3A. Windows color (decimal): -11530262 or 15339344. OLE color: 15339344.

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

Color convert

RGB8015234-
CMYK0.660.9400.08
HSL257.81º87.95%48.82%-
HSV(B)257.81º93.59%91.76%-
XYZ18.337.9978.42-
YUV59.4226.53142.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 15 (6.25% from 255) = 4.56%
BLUE value IS 234 (91.80% from 255) = 71.12%
R=24.32%
G=4.56%
B=71.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal80152340.660.9400.08257.8187.9548.82
Hex50FEA425E081025831
Octal1201735210213601040213061
Binary101000011111110101010000101011110010001000000101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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