Shades of Han Purple #500FDF
Tints of Han Purple #500FDF
RGB
CMYK
RGB Variations
Color information
#500FDF (or 0x500FDF) is known color: Han Purple. HEX triplet: 50, 0F and DF. RGB value is (80,15,223). Sum of RGB (Red+Green+Blue) = 80+15+223=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #500FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500FDF is #AFF020. Grayscale: #393939. Windows color (decimal): -11530273 or 14618448. OLE color: 14618448.
HSL color Cylindrical-coordinate representation of color #500FDF: hue angle of 258.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500FDF is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 15 | 223 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.13 |
| HSL | 258.75º | 0.87% | 0.47% | - |
| HSV(B) | 258.75º | 0.93% | 0.87% | - |
| XYZ | 16.8 | 7.37 | 70.35 | - |
| YUV | 58.15 | 221.03 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 223 | 0.64 | 0.93 | 0 | 0.13 | 258.75 | 0.87 | 0.47 |
| Hex | 50 | F | DF | 40 | 5D | 0 | D | 103 | 57 | 2F |
| Octal | 120 | 17 | 337 | 100 | 135 | 0 | 15 | 403 | 127 | 57 |
| Binary | 1010000 | 1111 | 11011111 | 1000000 | 1011101 | 0 | 1101 | 100000011 | 1010111 | 101111 |
Color Harmonies of #500FDF
Complementary color
Monochromatic Colors of #500FDF
Black with #500FDF
Text Example
Text Example
White with #500FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500FDF; }
p { color: rgb(80,15,223); }
H1.HeaderClassName
{
color: #500FDF;
}
.AnyTagClassName
{
color: #500FDF;
}
</style>
background-color css
<style>
a { background-color: #500FDF; }
a { background-color: rgb(80,15,223); }
div.DivClassName
{
background-color: #500FDF;
}
.BgClassName
{
background-color: #500FDF;
}
</style>
border-color css
<style>
span { border-color: #500FDF; }
span { border-color: rgb(80,15,223); }
td.TdClassName
{
border-color: #500FDF;
}
.TagClassName
{
border-color: #500FDF;
}
</style>