Shades of Han Purple #4512FA
Tints of Han Purple #4512FA
RGB
CMYK
RGB Variations
Color information
#4512FA (or 0x4512FA) is known color: Han Purple. HEX triplet: 45, 12 and FA. RGB value is (69,18,250). Sum of RGB (Red+Green+Blue) = 69+18+250=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #4512FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4512FA is #BAED05. Grayscale: #3A3A3A. Windows color (decimal): -12250374 or 16388677. OLE color: 16388677.
HSL color Cylindrical-coordinate representation of color #4512FA: hue angle of 253.19º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4512FA is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 18 | 250 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.02 |
| HSL | 253.19º | 0.96% | 0.53% | - |
| HSV(B) | 253.19º | 0.93% | 0.98% | - |
| XYZ | 19.93 | 8.6 | 91.05 | - |
| YUV | 59.7 | 235.4 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 250 | 0.72 | 0.93 | 0 | 0.02 | 253.19 | 0.96 | 0.53 |
| Hex | 45 | 12 | FA | 48 | 5D | 0 | 2 | FD | 60 | 35 |
| Octal | 105 | 22 | 372 | 110 | 135 | 0 | 2 | 375 | 140 | 65 |
| Binary | 1000101 | 10010 | 11111010 | 1001000 | 1011101 | 0 | 10 | 11111101 | 1100000 | 110101 |
Color Harmonies of #4512FA
Complementary color
Monochromatic Colors of #4512FA
Black with #4512FA
Text Example
Text Example
White with #4512FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4512FA; }
p { color: rgb(69,18,250); }
H1.HeaderClassName
{
color: #4512FA;
}
.AnyTagClassName
{
color: #4512FA;
}
</style>
background-color css
<style>
a { background-color: #4512FA; }
a { background-color: rgb(69,18,250); }
div.DivClassName
{
background-color: #4512FA;
}
.BgClassName
{
background-color: #4512FA;
}
</style>
border-color css
<style>
span { border-color: #4512FA; }
span { border-color: rgb(69,18,250); }
td.TdClassName
{
border-color: #4512FA;
}
.TagClassName
{
border-color: #4512FA;
}
</style>