#5006D5

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

Shades of Han Purple #5006D5

Tints of Han Purple #5006D5

Color information

#5006D5 (or 0x5006D5) is unknown color: approx Han Purple. HEX triplet: 50, 06 and D5. RGB value is (80,6,213). Sum of RGB (Red+Green+Blue) = 80+6+213=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 213 (83.59% from 255 or 71.24% from 299); Max value from RGB is 213 - color contains mainly: blue. Hex color #5006D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5006D5 is #AFF92A. Grayscale: #323232. Windows color (decimal): -11532587 or 13960784. OLE color: 13960784.

HSL color Cylindrical-coordinate representation of color #5006D5: hue angle of 261.45º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5006D5 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB806213-
CMYK0.620.9700.16
HSL261.45º94.52%42.94%-
HSV(B)261.45º97.18%83.53%-
XYZ15.386.6463.42-
YUV51.72219.02148.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 213 (83.59% from 255) = 71.24%
R=26.76%
G=2.01%
B=71.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8062130.620.9700.16261.4594.5242.94
Hex506D53E610101055f2b
Octal12063257614102040513753
Binary10100001101101010111111011000010100001000001011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5006D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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