Shades of Han Purple #4512F1
Tints of Han Purple #4512F1
RGB
CMYK
RGB Variations
Color information
#4512F1 (or 0x4512F1) is known color: Han Purple. HEX triplet: 45, 12 and F1. RGB value is (69,18,241). Sum of RGB (Red+Green+Blue) = 69+18+241=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 241 (94.53% from 255 or 73.48% from 328); Max value from RGB is 241 - color contains mainly: blue. Hex color #4512F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4512F1 is #BAED0E. Grayscale: #393939. Windows color (decimal): -12250383 or 15798853. OLE color: 15798853.
HSL color Cylindrical-coordinate representation of color #4512F1: hue angle of 253.72º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4512F1 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 18 | 241 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.05 |
| HSL | 253.72º | 0.89% | 0.51% | - |
| HSV(B) | 253.72º | 0.93% | 0.95% | - |
| XYZ | 18.55 | 8.05 | 83.8 | - |
| YUV | 58.67 | 230.9 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 241 | 0.71 | 0.93 | 0 | 0.05 | 253.72 | 0.89 | 0.51 |
| Hex | 45 | 12 | F1 | 47 | 5D | 0 | 5 | FE | 59 | 33 |
| Octal | 105 | 22 | 361 | 107 | 135 | 0 | 5 | 376 | 131 | 63 |
| Binary | 1000101 | 10010 | 11110001 | 1000111 | 1011101 | 0 | 101 | 11111110 | 1011001 | 110011 |
Color Harmonies of #4512F1
Complementary color
Monochromatic Colors of #4512F1
Black with #4512F1
Text Example
Text Example
White with #4512F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4512F1; }
p { color: rgb(69,18,241); }
H1.HeaderClassName
{
color: #4512F1;
}
.AnyTagClassName
{
color: #4512F1;
}
</style>
background-color css
<style>
a { background-color: #4512F1; }
a { background-color: rgb(69,18,241); }
div.DivClassName
{
background-color: #4512F1;
}
.BgClassName
{
background-color: #4512F1;
}
</style>
border-color css
<style>
span { border-color: #4512F1; }
span { border-color: rgb(69,18,241); }
td.TdClassName
{
border-color: #4512F1;
}
.TagClassName
{
border-color: #4512F1;
}
</style>