Shades of Han Purple #430DDF
Tints of Han Purple #430DDF
RGB
CMYK
RGB Variations
Color information
#430DDF (or 0x430DDF) is known color: Han Purple. HEX triplet: 43, 0D and DF. RGB value is (67,13,223). Sum of RGB (Red+Green+Blue) = 67+13+223=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #430DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DDF is #BCF220. Grayscale: #343434. Windows color (decimal): -12382753 or 14617923. OLE color: 14617923.
HSL color Cylindrical-coordinate representation of color #430DDF: hue angle of 255.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430DDF is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 13 | 223 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.13 |
| HSL | 255.43º | 0.89% | 0.46% | - |
| HSV(B) | 255.43º | 0.94% | 0.87% | - |
| XYZ | 15.78 | 6.81 | 70.29 | - |
| YUV | 53.09 | 223.89 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 223 | 0.70 | 0.94 | 0 | 0.13 | 255.43 | 0.89 | 0.46 |
| Hex | 43 | D | DF | 46 | 5E | 0 | D | FF | 59 | 2E |
| Octal | 103 | 15 | 337 | 106 | 136 | 0 | 15 | 377 | 131 | 56 |
| Binary | 1000011 | 1101 | 11011111 | 1000110 | 1011110 | 0 | 1101 | 11111111 | 1011001 | 101110 |
Color Harmonies of #430DDF
Complementary color
Monochromatic Colors of #430DDF
Black with #430DDF
Text Example
Text Example
White with #430DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DDF; }
p { color: rgb(67,13,223); }
H1.HeaderClassName
{
color: #430DDF;
}
.AnyTagClassName
{
color: #430DDF;
}
</style>
background-color css
<style>
a { background-color: #430DDF; }
a { background-color: rgb(67,13,223); }
div.DivClassName
{
background-color: #430DDF;
}
.BgClassName
{
background-color: #430DDF;
}
</style>
border-color css
<style>
span { border-color: #430DDF; }
span { border-color: rgb(67,13,223); }
td.TdClassName
{
border-color: #430DDF;
}
.TagClassName
{
border-color: #430DDF;
}
</style>