Shades of Han Purple #430ADE
Tints of Han Purple #430ADE
RGB
CMYK
RGB Variations
Color information
#430ADE (or 0x430ADE) is known color: Han Purple. HEX triplet: 43, 0A and DE. RGB value is (67,10,222). Sum of RGB (Red+Green+Blue) = 67+10+222=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #430ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ADE is #BCF521. Grayscale: #323232. Windows color (decimal): -12383522 or 14551619. OLE color: 14551619.
HSL color Cylindrical-coordinate representation of color #430ADE: hue angle of 256.13º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430ADE is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 10 | 222 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.13 |
| HSL | 256.13º | 0.91% | 0.45% | - |
| HSV(B) | 256.13º | 0.95% | 0.87% | - |
| XYZ | 15.61 | 6.68 | 69.57 | - |
| YUV | 51.21 | 224.38 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 222 | 0.70 | 0.95 | 0 | 0.13 | 256.13 | 0.91 | 0.45 |
| Hex | 43 | A | DE | 46 | 5F | 0 | D | 100 | 5B | 2D |
| Octal | 103 | 12 | 336 | 106 | 137 | 0 | 15 | 400 | 133 | 55 |
| Binary | 1000011 | 1010 | 11011110 | 1000110 | 1011111 | 0 | 1101 | 100000000 | 1011011 | 101101 |
Color Harmonies of #430ADE
Complementary color
Monochromatic Colors of #430ADE
Black with #430ADE
Text Example
Text Example
White with #430ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430ADE; }
p { color: rgb(67,10,222); }
H1.HeaderClassName
{
color: #430ADE;
}
.AnyTagClassName
{
color: #430ADE;
}
</style>
background-color css
<style>
a { background-color: #430ADE; }
a { background-color: rgb(67,10,222); }
div.DivClassName
{
background-color: #430ADE;
}
.BgClassName
{
background-color: #430ADE;
}
</style>
border-color css
<style>
span { border-color: #430ADE; }
span { border-color: rgb(67,10,222); }
td.TdClassName
{
border-color: #430ADE;
}
.TagClassName
{
border-color: #430ADE;
}
</style>