Shades of Han Purple #4307EC
Tints of Han Purple #4307EC
RGB
CMYK
RGB Variations
Color information
#4307EC (or 0x4307EC) is known color: Han Purple. HEX triplet: 43, 07 and EC. RGB value is (67,7,236). Sum of RGB (Red+Green+Blue) = 67+7+236=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #4307EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4307EC is #BCF813. Grayscale: #323232. Windows color (decimal): -12384276 or 15468355. OLE color: 15468355.
HSL color Cylindrical-coordinate representation of color #4307EC: hue angle of 255.72º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4307EC is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 7 | 236 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.07 |
| HSL | 255.72º | 0.94% | 0.48% | - |
| HSV(B) | 255.72º | 0.97% | 0.93% | - |
| XYZ | 17.53 | 7.4 | 79.86 | - |
| YUV | 51.05 | 232.38 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 236 | 0.72 | 0.97 | 0 | 0.07 | 255.72 | 0.94 | 0.48 |
| Hex | 43 | 7 | EC | 48 | 61 | 0 | 7 | 100 | 5E | 30 |
| Octal | 103 | 7 | 354 | 110 | 141 | 0 | 7 | 400 | 136 | 60 |
| Binary | 1000011 | 111 | 11101100 | 1001000 | 1100001 | 0 | 111 | 100000000 | 1011110 | 110000 |
Color Harmonies of #4307EC
Complementary color
Monochromatic Colors of #4307EC
Black with #4307EC
Text Example
Text Example
White with #4307EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4307EC; }
p { color: rgb(67,7,236); }
H1.HeaderClassName
{
color: #4307EC;
}
.AnyTagClassName
{
color: #4307EC;
}
</style>
background-color css
<style>
a { background-color: #4307EC; }
a { background-color: rgb(67,7,236); }
div.DivClassName
{
background-color: #4307EC;
}
.BgClassName
{
background-color: #4307EC;
}
</style>
border-color css
<style>
span { border-color: #4307EC; }
span { border-color: rgb(67,7,236); }
td.TdClassName
{
border-color: #4307EC;
}
.TagClassName
{
border-color: #4307EC;
}
</style>