#500DD8

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

Shades of Han Purple #500DD8

Tints of Han Purple #500DD8

Color information

#500DD8 (or 0x500DD8) is unknown color: approx Han Purple. HEX triplet: 50, 0D and D8. RGB value is (80,13,216). Sum of RGB (Red+Green+Blue) = 80+13+216=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #500DD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DD8 is #AFF227. Grayscale: #373737. Windows color (decimal): -11530792 or 14159184. OLE color: 14159184.

HSL color Cylindrical-coordinate representation of color #500DD8: hue angle of 259.8º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DD8 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8013216-
CMYK0.630.9400.15
HSL259.8º88.65%44.9%-
HSV(B)259.8º93.98%84.71%-
XYZ15.856.9565.47-
YUV56.18218.2144.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 13 (5.47% from 255) = 4.21%
BLUE value IS 216 (84.77% from 255) = 69.90%
R=25.89%
G=4.21%
B=69.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal80132160.630.9400.15259.888.6544.9
Hex50DD83F5E0F104592d
Octal120153307713601740413155
Binary10100001101110110001111111011110011111000001001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500DD8; }

 p { color: rgb(80,13,216); }

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

<style>
 a { background-color: #500DD8; }

 a { background-color: rgb(80,13,216); }

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

<style>
 span { border-color: #500DD8; }

 span { border-color: rgb(80,13,216); }

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