Shades of Han Purple #4603F1
Tints of Han Purple #4603F1
RGB
CMYK
RGB Variations
Color information
#4603F1 (or 0x4603F1) is known color: Han Purple. HEX triplet: 46, 03 and F1. RGB value is (70,3,241). Sum of RGB (Red+Green+Blue) = 70+3+241=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 241 (94.53% from 255 or 76.75% from 314); Max value from RGB is 241 - color contains mainly: blue. Hex color #4603F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4603F1 is #B9FC0E. Grayscale: #313131. Windows color (decimal): -12188687 or 15795014. OLE color: 15795014.
HSL color Cylindrical-coordinate representation of color #4603F1: hue angle of 256.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4603F1 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 3 | 241 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.05 |
| HSL | 256.89º | 0.98% | 0.48% | - |
| HSV(B) | 256.89º | 0.99% | 0.95% | - |
| XYZ | 18.44 | 7.72 | 83.74 | - |
| YUV | 50.17 | 235.7 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 241 | 0.71 | 0.99 | 0 | 0.05 | 256.89 | 0.98 | 0.48 |
| Hex | 46 | 3 | F1 | 47 | 63 | 0 | 5 | 101 | 62 | 30 |
| Octal | 106 | 3 | 361 | 107 | 143 | 0 | 5 | 401 | 142 | 60 |
| Binary | 1000110 | 11 | 11110001 | 1000111 | 1100011 | 0 | 101 | 100000001 | 1100010 | 110000 |
Color Harmonies of #4603F1
Complementary color
Monochromatic Colors of #4603F1
Black with #4603F1
Text Example
Text Example
White with #4603F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4603F1; }
p { color: rgb(70,3,241); }
H1.HeaderClassName
{
color: #4603F1;
}
.AnyTagClassName
{
color: #4603F1;
}
</style>
background-color css
<style>
a { background-color: #4603F1; }
a { background-color: rgb(70,3,241); }
div.DivClassName
{
background-color: #4603F1;
}
.BgClassName
{
background-color: #4603F1;
}
</style>
border-color css
<style>
span { border-color: #4603F1; }
span { border-color: rgb(70,3,241); }
td.TdClassName
{
border-color: #4603F1;
}
.TagClassName
{
border-color: #4603F1;
}
</style>