#5006FB

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

Shades of Han Purple #5006FB

Tints of Han Purple #5006FB

Color information

#5006FB (or 0x5006FB) is unknown color: approx Han Purple. HEX triplet: 50, 06 and FB. RGB value is (80,6,251). Sum of RGB (Red+Green+Blue) = 80+6+251=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #5006FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5006FB is #AFF904. Grayscale: #373737. Windows color (decimal): -11532549 or 16451152. OLE color: 16451152.

HSL color Cylindrical-coordinate representation of color #5006FB: hue angle of 258.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5006FB is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB806251-
CMYK0.680.9800.02
HSL258.12º96.84%50.39%-
HSV(B)258.12º97.61%98.43%-
XYZ20.798.891.87-
YUV56.06238.02145.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 251 (98.44% from 255) = 74.48%
R=23.74%
G=1.78%
B=74.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8062510.680.9800.02258.1296.8450.39
Hex506FB4462021026132
Octal12063731041420240214162
Binary101000011011111011100010011000100101000000101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5006FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5006FB; }

 p { color: rgb(80,6,251); }

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

<style>
 a { background-color: #5006FB; }

 a { background-color: rgb(80,6,251); }

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

<style>
 span { border-color: #5006FB; }

 span { border-color: rgb(80,6,251); }

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