#5010DD

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

Shades of Han Purple #5010DD

Tints of Han Purple #5010DD

Color information

#5010DD (or 0x5010DD) is unknown color: approx Han Purple. HEX triplet: 50, 10 and DD. RGB value is (80,16,221). Sum of RGB (Red+Green+Blue) = 80+16+221=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #5010DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010DD is #AFEF22. Grayscale: #393939. Windows color (decimal): -11530019 or 14487632. OLE color: 14487632.

HSL color Cylindrical-coordinate representation of color #5010DD: hue angle of 258.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5010DD is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8016221-
CMYK0.640.9300.13
HSL258.73º86.5%46.47%-
HSV(B)258.73º92.76%86.67%-
XYZ16.547.368.94-
YUV58.51219.7143.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 16 (6.64% from 255) = 5.05%
BLUE value IS 221 (86.72% from 255) = 69.72%
R=25.24%
G=5.05%
B=69.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80162210.640.9300.13258.7386.546.47
Hex5010DD405D0D103562e
Octal1202033510013501540312656
Binary1010000100001101110110000001011101011011000000111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5010DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5010DD; }

 p { color: rgb(80,16,221); }

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

<style>
 a { background-color: #5010DD; }

 a { background-color: rgb(80,16,221); }

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

<style>
 span { border-color: #5010DD; }

 span { border-color: rgb(80,16,221); }

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