Shades of Han Purple #4310E2
Tints of Han Purple #4310E2
RGB
CMYK
RGB Variations
Color information
#4310E2 (or 0x4310E2) is known color: Han Purple. HEX triplet: 43, 10 and E2. RGB value is (67,16,226). Sum of RGB (Red+Green+Blue) = 67+16+226=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 226 (88.67% from 255 or 73.14% from 309); Max value from RGB is 226 - color contains mainly: blue. Hex color #4310E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4310E2 is #BCEF1D. Grayscale: #363636. Windows color (decimal): -12381982 or 14815299. OLE color: 14815299.
HSL color Cylindrical-coordinate representation of color #4310E2: hue angle of 254.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4310E2 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 16 | 226 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.11 |
| HSL | 254.57º | 0.87% | 0.47% | - |
| HSV(B) | 254.57º | 0.93% | 0.89% | - |
| XYZ | 16.23 | 7.05 | 72.46 | - |
| YUV | 55.19 | 224.4 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 226 | 0.70 | 0.93 | 0 | 0.11 | 254.57 | 0.87 | 0.47 |
| Hex | 43 | 10 | E2 | 46 | 5D | 0 | B | FF | 57 | 2F |
| Octal | 103 | 20 | 342 | 106 | 135 | 0 | 13 | 377 | 127 | 57 |
| Binary | 1000011 | 10000 | 11100010 | 1000110 | 1011101 | 0 | 1011 | 11111111 | 1010111 | 101111 |
Color Harmonies of #4310E2
Complementary color
Monochromatic Colors of #4310E2
Black with #4310E2
Text Example
Text Example
White with #4310E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4310E2; }
p { color: rgb(67,16,226); }
H1.HeaderClassName
{
color: #4310E2;
}
.AnyTagClassName
{
color: #4310E2;
}
</style>
background-color css
<style>
a { background-color: #4310E2; }
a { background-color: rgb(67,16,226); }
div.DivClassName
{
background-color: #4310E2;
}
.BgClassName
{
background-color: #4310E2;
}
</style>
border-color css
<style>
span { border-color: #4310E2; }
span { border-color: rgb(67,16,226); }
td.TdClassName
{
border-color: #4310E2;
}
.TagClassName
{
border-color: #4310E2;
}
</style>