Shades of Han Purple #430AEC
Tints of Han Purple #430AEC
RGB
CMYK
RGB Variations
Color information
#430AEC (or 0x430AEC) is known color: Han Purple. HEX triplet: 43, 0A and EC. RGB value is (67,10,236). Sum of RGB (Red+Green+Blue) = 67+10+236=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #430AEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430AEC is #BCF513. Grayscale: #333333. Windows color (decimal): -12383508 or 15469123. OLE color: 15469123.
HSL color Cylindrical-coordinate representation of color #430AEC: hue angle of 255.13º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430AEC is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 10 | 236 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.07 |
| HSL | 255.13º | 0.92% | 0.48% | - |
| HSV(B) | 255.13º | 0.96% | 0.93% | - |
| XYZ | 17.56 | 7.47 | 79.87 | - |
| YUV | 52.81 | 231.38 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 236 | 0.72 | 0.96 | 0 | 0.07 | 255.13 | 0.92 | 0.48 |
| Hex | 43 | A | EC | 48 | 60 | 0 | 7 | FF | 5C | 30 |
| Octal | 103 | 12 | 354 | 110 | 140 | 0 | 7 | 377 | 134 | 60 |
| Binary | 1000011 | 1010 | 11101100 | 1001000 | 1100000 | 0 | 111 | 11111111 | 1011100 | 110000 |
Color Harmonies of #430AEC
Complementary color
Monochromatic Colors of #430AEC
Black with #430AEC
Text Example
Text Example
White with #430AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AEC; }
p { color: rgb(67,10,236); }
H1.HeaderClassName
{
color: #430AEC;
}
.AnyTagClassName
{
color: #430AEC;
}
</style>
background-color css
<style>
a { background-color: #430AEC; }
a { background-color: rgb(67,10,236); }
div.DivClassName
{
background-color: #430AEC;
}
.BgClassName
{
background-color: #430AEC;
}
</style>
border-color css
<style>
span { border-color: #430AEC; }
span { border-color: rgb(67,10,236); }
td.TdClassName
{
border-color: #430AEC;
}
.TagClassName
{
border-color: #430AEC;
}
</style>