Shades of Han Purple #430DEC
Tints of Han Purple #430DEC
RGB
CMYK
RGB Variations
Color information
#430DEC (or 0x430DEC) is known color: Han Purple. HEX triplet: 43, 0D and EC. RGB value is (67,13,236). Sum of RGB (Red+Green+Blue) = 67+13+236=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #430DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430DEC is #BCF213. Grayscale: #353535. Windows color (decimal): -12382740 or 15469891. OLE color: 15469891.
HSL color Cylindrical-coordinate representation of color #430DEC: hue angle of 254.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430DEC is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 13 | 236 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.07 |
| HSL | 254.53º | 0.9% | 0.49% | - |
| HSV(B) | 254.53º | 0.94% | 0.93% | - |
| XYZ | 17.6 | 7.54 | 79.88 | - |
| YUV | 54.57 | 230.39 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 236 | 0.72 | 0.94 | 0 | 0.07 | 254.53 | 0.9 | 0.49 |
| Hex | 43 | D | EC | 48 | 5E | 0 | 7 | FF | 5A | 31 |
| Octal | 103 | 15 | 354 | 110 | 136 | 0 | 7 | 377 | 132 | 61 |
| Binary | 1000011 | 1101 | 11101100 | 1001000 | 1011110 | 0 | 111 | 11111111 | 1011010 | 110001 |
Color Harmonies of #430DEC
Complementary color
Monochromatic Colors of #430DEC
Black with #430DEC
Text Example
Text Example
White with #430DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DEC; }
p { color: rgb(67,13,236); }
H1.HeaderClassName
{
color: #430DEC;
}
.AnyTagClassName
{
color: #430DEC;
}
</style>
background-color css
<style>
a { background-color: #430DEC; }
a { background-color: rgb(67,13,236); }
div.DivClassName
{
background-color: #430DEC;
}
.BgClassName
{
background-color: #430DEC;
}
</style>
border-color css
<style>
span { border-color: #430DEC; }
span { border-color: rgb(67,13,236); }
td.TdClassName
{
border-color: #430DEC;
}
.TagClassName
{
border-color: #430DEC;
}
</style>