Shades of Han Purple #430DCF
Tints of Han Purple #430DCF
RGB
CMYK
RGB Variations
Color information
#430DCF (or 0x430DCF) is known color: Han Purple. HEX triplet: 43, 0D and CF. RGB value is (67,13,207). Sum of RGB (Red+Green+Blue) = 67+13+207=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #430DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DCF is #BCF230. Grayscale: #323232. Windows color (decimal): -12382769 or 13569347. OLE color: 13569347.
HSL color Cylindrical-coordinate representation of color #430DCF: hue angle of 256.7º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430DCF is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 13 | 207 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.19 |
| HSL | 256.7º | 0.88% | 0.43% | - |
| HSV(B) | 256.7º | 0.94% | 0.81% | - |
| XYZ | 13.72 | 5.99 | 59.46 | - |
| YUV | 51.26 | 215.89 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 207 | 0.68 | 0.94 | 0 | 0.19 | 256.7 | 0.88 | 0.43 |
| Hex | 43 | D | CF | 44 | 5E | 0 | 13 | 101 | 58 | 2B |
| Octal | 103 | 15 | 317 | 104 | 136 | 0 | 23 | 401 | 130 | 53 |
| Binary | 1000011 | 1101 | 11001111 | 1000100 | 1011110 | 0 | 10011 | 100000001 | 1011000 | 101011 |
Color Harmonies of #430DCF
Complementary color
Monochromatic Colors of #430DCF
Black with #430DCF
Text Example
Text Example
White with #430DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DCF; }
p { color: rgb(67,13,207); }
H1.HeaderClassName
{
color: #430DCF;
}
.AnyTagClassName
{
color: #430DCF;
}
</style>
background-color css
<style>
a { background-color: #430DCF; }
a { background-color: rgb(67,13,207); }
div.DivClassName
{
background-color: #430DCF;
}
.BgClassName
{
background-color: #430DCF;
}
</style>
border-color css
<style>
span { border-color: #430DCF; }
span { border-color: rgb(67,13,207); }
td.TdClassName
{
border-color: #430DCF;
}
.TagClassName
{
border-color: #430DCF;
}
</style>