Shades of Han Purple #430DE0
Tints of Han Purple #430DE0
RGB
CMYK
RGB Variations
Color information
#430DE0 (or 0x430DE0) is known color: Han Purple. HEX triplet: 43, 0D and E0. RGB value is (67,13,224). Sum of RGB (Red+Green+Blue) = 67+13+224=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #430DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DE0 is #BCF21F. Grayscale: #343434. Windows color (decimal): -12382752 or 14683459. OLE color: 14683459.
HSL color Cylindrical-coordinate representation of color #430DE0: hue angle of 255.36º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430DE0 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 13 | 224 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.12 |
| HSL | 255.36º | 0.89% | 0.46% | - |
| HSV(B) | 255.36º | 0.94% | 0.88% | - |
| XYZ | 15.91 | 6.86 | 71.01 | - |
| YUV | 53.2 | 224.39 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 224 | 0.70 | 0.94 | 0 | 0.12 | 255.36 | 0.89 | 0.46 |
| Hex | 43 | D | E0 | 46 | 5E | 0 | C | FF | 59 | 2E |
| Octal | 103 | 15 | 340 | 106 | 136 | 0 | 14 | 377 | 131 | 56 |
| Binary | 1000011 | 1101 | 11100000 | 1000110 | 1011110 | 0 | 1100 | 11111111 | 1011001 | 101110 |
Color Harmonies of #430DE0
Complementary color
Monochromatic Colors of #430DE0
Black with #430DE0
Text Example
Text Example
White with #430DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DE0; }
p { color: rgb(67,13,224); }
H1.HeaderClassName
{
color: #430DE0;
}
.AnyTagClassName
{
color: #430DE0;
}
</style>
background-color css
<style>
a { background-color: #430DE0; }
a { background-color: rgb(67,13,224); }
div.DivClassName
{
background-color: #430DE0;
}
.BgClassName
{
background-color: #430DE0;
}
</style>
border-color css
<style>
span { border-color: #430DE0; }
span { border-color: rgb(67,13,224); }
td.TdClassName
{
border-color: #430DE0;
}
.TagClassName
{
border-color: #430DE0;
}
</style>