Shades of Han Purple #430AE1
Tints of Han Purple #430AE1
RGB
CMYK
RGB Variations
Color information
#430AE1 (or 0x430AE1) is known color: Han Purple. HEX triplet: 43, 0A and E1. RGB value is (67,10,225). Sum of RGB (Red+Green+Blue) = 67+10+225=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 225 (88.28% from 255 or 74.50% from 302); Max value from RGB is 225 - color contains mainly: blue. Hex color #430AE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430AE1 is #BCF51E. Grayscale: #323232. Windows color (decimal): -12383519 or 14748227. OLE color: 14748227.
HSL color Cylindrical-coordinate representation of color #430AE1: hue angle of 255.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430AE1 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 10 | 225 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.12 |
| HSL | 255.91º | 0.91% | 0.46% | - |
| HSV(B) | 255.91º | 0.96% | 0.88% | - |
| XYZ | 16.01 | 6.85 | 71.71 | - |
| YUV | 51.55 | 225.88 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 225 | 0.70 | 0.96 | 0 | 0.12 | 255.91 | 0.91 | 0.46 |
| Hex | 43 | A | E1 | 46 | 60 | 0 | C | 100 | 5B | 2E |
| Octal | 103 | 12 | 341 | 106 | 140 | 0 | 14 | 400 | 133 | 56 |
| Binary | 1000011 | 1010 | 11100001 | 1000110 | 1100000 | 0 | 1100 | 100000000 | 1011011 | 101110 |
Color Harmonies of #430AE1
Complementary color
Monochromatic Colors of #430AE1
Black with #430AE1
Text Example
Text Example
White with #430AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AE1; }
p { color: rgb(67,10,225); }
H1.HeaderClassName
{
color: #430AE1;
}
.AnyTagClassName
{
color: #430AE1;
}
</style>
background-color css
<style>
a { background-color: #430AE1; }
a { background-color: rgb(67,10,225); }
div.DivClassName
{
background-color: #430AE1;
}
.BgClassName
{
background-color: #430AE1;
}
</style>
border-color css
<style>
span { border-color: #430AE1; }
span { border-color: rgb(67,10,225); }
td.TdClassName
{
border-color: #430AE1;
}
.TagClassName
{
border-color: #430AE1;
}
</style>