Shades of Han Purple #4300EC
Tints of Han Purple #4300EC
RGB
CMYK
RGB Variations
Color information
#4300EC (or 0x4300EC) is known color: Han Purple. HEX triplet: 43, 00 and EC. RGB value is (67,0,236). Sum of RGB (Red+Green+Blue) = 67+0+236=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #4300EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4300EC is #BCFF13. Grayscale: #2E2E2E. Windows color (decimal): -12386068 or 15466563. OLE color: 15466563.
HSL color Cylindrical-coordinate representation of color #4300EC: hue angle of 257.03º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300EC is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 0 | 236 | - |
| CMYK | 0.72 | 1 | 0 | 0.07 |
| HSL | 257.03º | 1% | 0.46% | - |
| HSV(B) | 257.03º | 1% | 0.93% | - |
| XYZ | 17.46 | 7.25 | 79.84 | - |
| YUV | 46.94 | 234.7 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 236 | 0.72 | 1 | 0 | 0.07 | 257.03 | 1 | 0.46 |
| Hex | 43 | 0 | EC | 48 | 64 | 0 | 7 | 101 | 64 | 2E |
| Octal | 103 | 0 | 354 | 110 | 144 | 0 | 7 | 401 | 144 | 56 |
| Binary | 1000011 | 0 | 11101100 | 1001000 | 1100100 | 0 | 111 | 100000001 | 1100100 | 101110 |
Color Harmonies of #4300EC
Complementary color
Monochromatic Colors of #4300EC
Black with #4300EC
Text Example
Text Example
White with #4300EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4300EC; }
p { color: rgb(67,0,236); }
H1.HeaderClassName
{
color: #4300EC;
}
.AnyTagClassName
{
color: #4300EC;
}
</style>
background-color css
<style>
a { background-color: #4300EC; }
a { background-color: rgb(67,0,236); }
div.DivClassName
{
background-color: #4300EC;
}
.BgClassName
{
background-color: #4300EC;
}
</style>
border-color css
<style>
span { border-color: #4300EC; }
span { border-color: rgb(67,0,236); }
td.TdClassName
{
border-color: #4300EC;
}
.TagClassName
{
border-color: #4300EC;
}
</style>