#510FEF

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

Shades of Han Purple #510FEF

Tints of Han Purple #510FEF

Color information

#510FEF (or 0x510FEF) is unknown color: approx Han Purple. HEX triplet: 51, 0F and EF. RGB value is (81,15,239). Sum of RGB (Red+Green+Blue) = 81+15+239=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #510FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510FEF is #AEF010. Grayscale: #3B3B3B. Windows color (decimal): -11464721 or 15667025. OLE color: 15667025.

HSL color Cylindrical-coordinate representation of color #510FEF: hue angle of 257.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510FEF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8115239-
CMYK0.660.9400.06
HSL257.68º88.19%49.8%-
HSV(B)257.68º93.72%93.73%-
XYZ19.148.3282.26-
YUV60.27228.87142.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 15 (6.25% from 255) = 4.48%
BLUE value IS 239 (93.75% from 255) = 71.34%
R=24.18%
G=4.48%
B=71.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal81152390.660.9400.06257.6888.1949.8
Hex51FEF425E061025832
Octal121173571021360640213062
Binary10100011111111011111000010101111001101000000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510FEF; }

 p { color: rgb(81,15,239); }

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

<style>
 a { background-color: #510FEF; }

 a { background-color: rgb(81,15,239); }

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

<style>
 span { border-color: #510FEF; }

 span { border-color: rgb(81,15,239); }

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