Shades of Han Purple #430DE6
Tints of Han Purple #430DE6
RGB
CMYK
RGB Variations
Color information
#430DE6 (or 0x430DE6) is known color: Han Purple. HEX triplet: 43, 0D and E6. RGB value is (67,13,230). Sum of RGB (Red+Green+Blue) = 67+13+230=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 230 (90.23% from 255 or 74.19% from 310); Max value from RGB is 230 - color contains mainly: blue. Hex color #430DE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430DE6 is #BCF219. Grayscale: #353535. Windows color (decimal): -12382746 or 15076675. OLE color: 15076675.
HSL color Cylindrical-coordinate representation of color #430DE6: hue angle of 254.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430DE6 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 13 | 230 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.10 |
| HSL | 254.93º | 0.89% | 0.48% | - |
| HSV(B) | 254.93º | 0.94% | 0.9% | - |
| XYZ | 16.74 | 7.19 | 75.37 | - |
| YUV | 53.88 | 227.39 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 230 | 0.71 | 0.94 | 0 | 0.10 | 254.93 | 0.89 | 0.48 |
| Hex | 43 | D | E6 | 47 | 5E | 0 | A | FF | 59 | 30 |
| Octal | 103 | 15 | 346 | 107 | 136 | 0 | 12 | 377 | 131 | 60 |
| Binary | 1000011 | 1101 | 11100110 | 1000111 | 1011110 | 0 | 1010 | 11111111 | 1011001 | 110000 |
Color Harmonies of #430DE6
Complementary color
Monochromatic Colors of #430DE6
Black with #430DE6
Text Example
Text Example
White with #430DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DE6; }
p { color: rgb(67,13,230); }
H1.HeaderClassName
{
color: #430DE6;
}
.AnyTagClassName
{
color: #430DE6;
}
</style>
background-color css
<style>
a { background-color: #430DE6; }
a { background-color: rgb(67,13,230); }
div.DivClassName
{
background-color: #430DE6;
}
.BgClassName
{
background-color: #430DE6;
}
</style>
border-color css
<style>
span { border-color: #430DE6; }
span { border-color: rgb(67,13,230); }
td.TdClassName
{
border-color: #430DE6;
}
.TagClassName
{
border-color: #430DE6;
}
</style>