Shades of Han Purple #5003DF
Tints of Han Purple #5003DF
RGB
CMYK
RGB Variations
Color information
#5003DF (or 0x5003DF) is known color: Han Purple. HEX triplet: 50, 03 and DF. RGB value is (80,3,223). Sum of RGB (Red+Green+Blue) = 80+3+223=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #5003DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5003DF is #AFFC20. Grayscale: #323232. Windows color (decimal): -11533345 or 14615376. OLE color: 14615376.
HSL color Cylindrical-coordinate representation of color #5003DF: hue angle of 261º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5003DF is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 3 | 223 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.13 |
| HSL | 261º | 0.97% | 0.44% | - |
| HSV(B) | 261º | 0.99% | 0.87% | - |
| XYZ | 16.66 | 7.1 | 70.3 | - |
| YUV | 51.1 | 225.01 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 223 | 0.64 | 0.99 | 0 | 0.13 | 261 | 0.97 | 0.44 |
| Hex | 50 | 3 | DF | 40 | 63 | 0 | D | 105 | 61 | 2C |
| Octal | 120 | 3 | 337 | 100 | 143 | 0 | 15 | 405 | 141 | 54 |
| Binary | 1010000 | 11 | 11011111 | 1000000 | 1100011 | 0 | 1101 | 100000101 | 1100001 | 101100 |
Color Harmonies of #5003DF
Complementary color
Monochromatic Colors of #5003DF
Black with #5003DF
Text Example
Text Example
White with #5003DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003DF; }
p { color: rgb(80,3,223); }
H1.HeaderClassName
{
color: #5003DF;
}
.AnyTagClassName
{
color: #5003DF;
}
</style>
background-color css
<style>
a { background-color: #5003DF; }
a { background-color: rgb(80,3,223); }
div.DivClassName
{
background-color: #5003DF;
}
.BgClassName
{
background-color: #5003DF;
}
</style>
border-color css
<style>
span { border-color: #5003DF; }
span { border-color: rgb(80,3,223); }
td.TdClassName
{
border-color: #5003DF;
}
.TagClassName
{
border-color: #5003DF;
}
</style>