Shades of Han Purple #430EE0
Tints of Han Purple #430EE0
RGB
CMYK
RGB Variations
Color information
#430EE0 (or 0x430EE0) is known color: Han Purple. HEX triplet: 43, 0E and E0. RGB value is (67,14,224). Sum of RGB (Red+Green+Blue) = 67+14+224=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #430EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EE0 is #BCF11F. Grayscale: #353535. Windows color (decimal): -12382496 or 14683715. OLE color: 14683715.
HSL color Cylindrical-coordinate representation of color #430EE0: hue angle of 255.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430EE0 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 14 | 224 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.12 |
| HSL | 255.14º | 0.88% | 0.47% | - |
| HSV(B) | 255.14º | 0.94% | 0.88% | - |
| XYZ | 15.93 | 6.89 | 71.01 | - |
| YUV | 53.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 224 | 0.70 | 0.94 | 0 | 0.12 | 255.14 | 0.88 | 0.47 |
| Hex | 43 | E | E0 | 46 | 5E | 0 | C | FF | 58 | 2F |
| Octal | 103 | 16 | 340 | 106 | 136 | 0 | 14 | 377 | 130 | 57 |
| Binary | 1000011 | 1110 | 11100000 | 1000110 | 1011110 | 0 | 1100 | 11111111 | 1011000 | 101111 |
Color Harmonies of #430EE0
Complementary color
Monochromatic Colors of #430EE0
Black with #430EE0
Text Example
Text Example
White with #430EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EE0; }
p { color: rgb(67,14,224); }
H1.HeaderClassName
{
color: #430EE0;
}
.AnyTagClassName
{
color: #430EE0;
}
</style>
background-color css
<style>
a { background-color: #430EE0; }
a { background-color: rgb(67,14,224); }
div.DivClassName
{
background-color: #430EE0;
}
.BgClassName
{
background-color: #430EE0;
}
</style>
border-color css
<style>
span { border-color: #430EE0; }
span { border-color: rgb(67,14,224); }
td.TdClassName
{
border-color: #430EE0;
}
.TagClassName
{
border-color: #430EE0;
}
</style>