#5008fb

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

Shades of Han Purple #5008FB

Tints of Han Purple #5008FB

Color information

#5008FB (or 0x5008FB) is unknown color: approx Han Purple. HEX triplet: 50, 08 and FB. RGB value is (80,8,251). Sum of RGB (Red+Green+Blue) = 80+8+251=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #5008FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5008FB is #AFF704. Grayscale: #383838. Windows color (decimal): -11532037 or 16451664. OLE color: 16451664.

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

Color convert

RGB808251-
CMYK0.680.9700.02
HSL257.78º96.81%50.78%-
HSV(B)257.78º96.81%98.43%-
XYZ20.818.8491.88-
YUV57.23237.35144.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 8 (3.52% from 255) = 2.36%
BLUE value IS 251 (98.44% from 255) = 74.04%
R=23.60%
G=2.36%
B=74.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal8082510.680.9700.02257.7896.8150.78
Hex508FB4461021026133
Octal120103731041410240214163
Binary1010000100011111011100010011000010101000000101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5008fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5008fb; }

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

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

<style>
 a { background-color: #5008fb; }

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

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

<style>
 span { border-color: #5008fb; }

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

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