Shades of Han Purple #430CD9
Tints of Han Purple #430CD9
RGB
CMYK
RGB Variations
Color information
#430CD9 (or 0x430CD9) is known color: Han Purple. HEX triplet: 43, 0C and D9. RGB value is (67,12,217). Sum of RGB (Red+Green+Blue) = 67+12+217=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 217 (85.16% from 255 or 73.31% from 296); Max value from RGB is 217 - color contains mainly: blue. Hex color #430CD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430CD9 is #BCF326. Grayscale: #333333. Windows color (decimal): -12383015 or 14224451. OLE color: 14224451.
HSL color Cylindrical-coordinate representation of color #430CD9: hue angle of 256.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430CD9 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 12 | 217 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.15 |
| HSL | 256.1º | 0.9% | 0.45% | - |
| HSV(B) | 256.1º | 0.94% | 0.85% | - |
| XYZ | 14.97 | 6.47 | 66.1 | - |
| YUV | 51.82 | 221.22 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 217 | 0.69 | 0.94 | 0 | 0.15 | 256.1 | 0.9 | 0.45 |
| Hex | 43 | C | D9 | 45 | 5E | 0 | F | 100 | 5A | 2D |
| Octal | 103 | 14 | 331 | 105 | 136 | 0 | 17 | 400 | 132 | 55 |
| Binary | 1000011 | 1100 | 11011001 | 1000101 | 1011110 | 0 | 1111 | 100000000 | 1011010 | 101101 |
Color Harmonies of #430CD9
Complementary color
Monochromatic Colors of #430CD9
Black with #430CD9
Text Example
Text Example
White with #430CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CD9; }
p { color: rgb(67,12,217); }
H1.HeaderClassName
{
color: #430CD9;
}
.AnyTagClassName
{
color: #430CD9;
}
</style>
background-color css
<style>
a { background-color: #430CD9; }
a { background-color: rgb(67,12,217); }
div.DivClassName
{
background-color: #430CD9;
}
.BgClassName
{
background-color: #430CD9;
}
</style>
border-color css
<style>
span { border-color: #430CD9; }
span { border-color: rgb(67,12,217); }
td.TdClassName
{
border-color: #430CD9;
}
.TagClassName
{
border-color: #430CD9;
}
</style>