Shades of Han Purple #430ECE
Tints of Han Purple #430ECE
RGB
CMYK
RGB Variations
Color information
#430ECE (or 0x430ECE) is known color: Han Purple. HEX triplet: 43, 0E and CE. RGB value is (67,14,206). Sum of RGB (Red+Green+Blue) = 67+14+206=287 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.34% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #430ECE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ECE is #BCF131. Grayscale: #333333. Windows color (decimal): -12382514 or 13504067. OLE color: 13504067.
HSL color Cylindrical-coordinate representation of color #430ECE: hue angle of 256.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430ECE is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 14 | 206 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.19 |
| HSL | 256.56º | 0.87% | 0.43% | - |
| HSV(B) | 256.56º | 0.93% | 0.81% | - |
| XYZ | 13.61 | 5.96 | 58.83 | - |
| YUV | 51.74 | 215.06 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 206 | 0.67 | 0.93 | 0 | 0.19 | 256.56 | 0.87 | 0.43 |
| Hex | 43 | E | CE | 43 | 5D | 0 | 13 | 101 | 57 | 2B |
| Octal | 103 | 16 | 316 | 103 | 135 | 0 | 23 | 401 | 127 | 53 |
| Binary | 1000011 | 1110 | 11001110 | 1000011 | 1011101 | 0 | 10011 | 100000001 | 1010111 | 101011 |
Color Harmonies of #430ECE
Complementary color
Monochromatic Colors of #430ECE
Black with #430ECE
Text Example
Text Example
White with #430ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430ECE; }
p { color: rgb(67,14,206); }
H1.HeaderClassName
{
color: #430ECE;
}
.AnyTagClassName
{
color: #430ECE;
}
</style>
background-color css
<style>
a { background-color: #430ECE; }
a { background-color: rgb(67,14,206); }
div.DivClassName
{
background-color: #430ECE;
}
.BgClassName
{
background-color: #430ECE;
}
</style>
border-color css
<style>
span { border-color: #430ECE; }
span { border-color: rgb(67,14,206); }
td.TdClassName
{
border-color: #430ECE;
}
.TagClassName
{
border-color: #430ECE;
}
</style>