Shades of Han Purple #5008DF
Tints of Han Purple #5008DF
RGB
CMYK
RGB Variations
Color information
#5008DF (or 0x5008DF) is known color: Han Purple. HEX triplet: 50, 08 and DF. RGB value is (80,8,223). Sum of RGB (Red+Green+Blue) = 80+8+223=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #5008DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5008DF is #AFF720. Grayscale: #353535. Windows color (decimal): -11532065 or 14616656. OLE color: 14616656.
HSL color Cylindrical-coordinate representation of color #5008DF: hue angle of 260.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5008DF is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 8 | 223 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.13 |
| HSL | 260.09º | 0.93% | 0.45% | - |
| HSV(B) | 260.09º | 0.96% | 0.87% | - |
| XYZ | 16.71 | 7.21 | 70.32 | - |
| YUV | 54.04 | 223.35 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 223 | 0.64 | 0.96 | 0 | 0.13 | 260.09 | 0.93 | 0.45 |
| Hex | 50 | 8 | DF | 40 | 60 | 0 | D | 104 | 5D | 2D |
| Octal | 120 | 10 | 337 | 100 | 140 | 0 | 15 | 404 | 135 | 55 |
| Binary | 1010000 | 1000 | 11011111 | 1000000 | 1100000 | 0 | 1101 | 100000100 | 1011101 | 101101 |
Color Harmonies of #5008DF
Complementary color
Monochromatic Colors of #5008DF
Black with #5008DF
Text Example
Text Example
White with #5008DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5008DF; }
p { color: rgb(80,8,223); }
H1.HeaderClassName
{
color: #5008DF;
}
.AnyTagClassName
{
color: #5008DF;
}
</style>
background-color css
<style>
a { background-color: #5008DF; }
a { background-color: rgb(80,8,223); }
div.DivClassName
{
background-color: #5008DF;
}
.BgClassName
{
background-color: #5008DF;
}
</style>
border-color css
<style>
span { border-color: #5008DF; }
span { border-color: rgb(80,8,223); }
td.TdClassName
{
border-color: #5008DF;
}
.TagClassName
{
border-color: #5008DF;
}
</style>