Shades of Han Purple #430EDE
Tints of Han Purple #430EDE
RGB
CMYK
RGB Variations
Color information
#430EDE (or 0x430EDE) is known color: Han Purple. HEX triplet: 43, 0E and DE. RGB value is (67,14,222). Sum of RGB (Red+Green+Blue) = 67+14+222=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #430EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EDE is #BCF121. Grayscale: #343434. Windows color (decimal): -12382498 or 14552643. OLE color: 14552643.
HSL color Cylindrical-coordinate representation of color #430EDE: hue angle of 255.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430EDE is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 14 | 222 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.13 |
| HSL | 255.29º | 0.88% | 0.46% | - |
| HSV(B) | 255.29º | 0.94% | 0.87% | - |
| XYZ | 15.66 | 6.78 | 69.59 | - |
| YUV | 53.56 | 223.06 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 222 | 0.70 | 0.94 | 0 | 0.13 | 255.29 | 0.88 | 0.46 |
| Hex | 43 | E | DE | 46 | 5E | 0 | D | FF | 58 | 2E |
| Octal | 103 | 16 | 336 | 106 | 136 | 0 | 15 | 377 | 130 | 56 |
| Binary | 1000011 | 1110 | 11011110 | 1000110 | 1011110 | 0 | 1101 | 11111111 | 1011000 | 101110 |
Color Harmonies of #430EDE
Complementary color
Monochromatic Colors of #430EDE
Black with #430EDE
Text Example
Text Example
White with #430EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EDE; }
p { color: rgb(67,14,222); }
H1.HeaderClassName
{
color: #430EDE;
}
.AnyTagClassName
{
color: #430EDE;
}
</style>
background-color css
<style>
a { background-color: #430EDE; }
a { background-color: rgb(67,14,222); }
div.DivClassName
{
background-color: #430EDE;
}
.BgClassName
{
background-color: #430EDE;
}
</style>
border-color css
<style>
span { border-color: #430EDE; }
span { border-color: rgb(67,14,222); }
td.TdClassName
{
border-color: #430EDE;
}
.TagClassName
{
border-color: #430EDE;
}
</style>