#5007F6

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

Shades of Han Purple #5007F6

Tints of Han Purple #5007F6

Color information

#5007F6 (or 0x5007F6) is unknown color: approx Han Purple. HEX triplet: 50, 07 and F6. RGB value is (80,7,246). Sum of RGB (Red+Green+Blue) = 80+7+246=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 246 (96.48% from 255 or 73.87% from 333); Max value from RGB is 246 - color contains mainly: blue. Hex color #5007F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5007F6 is #AFF809. Grayscale: #373737. Windows color (decimal): -11532298 or 16123728. OLE color: 16123728.

HSL color Cylindrical-coordinate representation of color #5007F6: hue angle of 258.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5007F6 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB807246-
CMYK0.670.9700.04
HSL258.33º94.47%49.61%-
HSV(B)258.33º97.15%96.47%-
XYZ20.028.5187.78-
YUV56.07235.18145.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 7 (3.12% from 255) = 2.10%
BLUE value IS 246 (96.48% from 255) = 73.87%
R=24.02%
G=2.10%
B=73.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal8072460.670.9700.04258.3394.4749.61
Hex507F64361041025e32
Octal12073661031410440213662
Binary1010000111111101101000011110000101001000000101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5007F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5007F6; }

 p { color: rgb(80,7,246); }

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

<style>
 a { background-color: #5007F6; }

 a { background-color: rgb(80,7,246); }

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

<style>
 span { border-color: #5007F6; }

 span { border-color: rgb(80,7,246); }

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