#5000DC

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

Shades of Han Purple #5000DC

Tints of Han Purple #5000DC

Color information

#5000DC (or 0x5000DC) is unknown color: approx Han Purple. HEX triplet: 50, 00 and DC. RGB value is (80,0,220). Sum of RGB (Red+Green+Blue) = 80+0+220=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #5000DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5000DC is #AFFF23. Grayscale: #303030. Windows color (decimal): -11534116 or 14418000. OLE color: 14418000.

HSL color Cylindrical-coordinate representation of color #5000DC: hue angle of 261.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000DC is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB800220-
CMYK0.64100.14
HSL261.82º100%43.14%-
HSV(B)261.82º100%86.27%-
XYZ16.236.8768.18-
YUV49224.5150.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 220 (86.33% from 255) = 73.33%
R=26.67%
G=0%
B=73.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8002200.64100.14261.8210043.14
Hex500DC40640E106642b
Octal120033410014401640614453
Binary101000001101110010000001100100011101000001101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5000DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5000DC; }

 p { color: rgb(80,0,220); }

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

<style>
 a { background-color: #5000DC; }

 a { background-color: rgb(80,0,220); }

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

<style>
 span { border-color: #5000DC; }

 span { border-color: rgb(80,0,220); }

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