Shades of Han Purple #500CDF
Tints of Han Purple #500CDF
RGB
CMYK
RGB Variations
Color information
#500CDF (or 0x500CDF) is known color: Han Purple. HEX triplet: 50, 0C and DF. RGB value is (80,12,223). Sum of RGB (Red+Green+Blue) = 80+12+223=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #500CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CDF is #AFF320. Grayscale: #373737. Windows color (decimal): -11531041 or 14617680. OLE color: 14617680.
HSL color Cylindrical-coordinate representation of color #500CDF: hue angle of 259.34º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CDF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 12 | 223 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.13 |
| HSL | 259.34º | 0.9% | 0.46% | - |
| HSV(B) | 259.34º | 0.95% | 0.87% | - |
| XYZ | 16.76 | 7.3 | 70.34 | - |
| YUV | 56.39 | 222.03 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 223 | 0.64 | 0.95 | 0 | 0.13 | 259.34 | 0.9 | 0.46 |
| Hex | 50 | C | DF | 40 | 5F | 0 | D | 103 | 5A | 2E |
| Octal | 120 | 14 | 337 | 100 | 137 | 0 | 15 | 403 | 132 | 56 |
| Binary | 1010000 | 1100 | 11011111 | 1000000 | 1011111 | 0 | 1101 | 100000011 | 1011010 | 101110 |
Color Harmonies of #500CDF
Complementary color
Monochromatic Colors of #500CDF
Black with #500CDF
Text Example
Text Example
White with #500CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CDF; }
p { color: rgb(80,12,223); }
H1.HeaderClassName
{
color: #500CDF;
}
.AnyTagClassName
{
color: #500CDF;
}
</style>
background-color css
<style>
a { background-color: #500CDF; }
a { background-color: rgb(80,12,223); }
div.DivClassName
{
background-color: #500CDF;
}
.BgClassName
{
background-color: #500CDF;
}
</style>
border-color css
<style>
span { border-color: #500CDF; }
span { border-color: rgb(80,12,223); }
td.TdClassName
{
border-color: #500CDF;
}
.TagClassName
{
border-color: #500CDF;
}
</style>