Shades of Han Purple #4601FF
Tints of Han Purple #4601FF
RGB
CMYK
RGB Variations
Color information
#4601FF (or 0x4601FF) is known color: Han Purple. HEX triplet: 46, 01 and FF. RGB value is (70,1,255). Sum of RGB (Red+Green+Blue) = 70+1+255=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #4601FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4601FF is #B9FE00. Grayscale: #313131. Windows color (decimal): -12189185 or 16712006. OLE color: 16712006.
HSL color Cylindrical-coordinate representation of color #4601FF: hue angle of 256.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4601FF is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 1 | 255 | - |
| CMYK | 0.73 | 1.00 | 0 | 0 |
| HSL | 256.3º | 1% | 0.5% | - |
| HSV(B) | 256.3º | 1% | 1% | - |
| XYZ | 20.59 | 8.54 | 95.17 | - |
| YUV | 50.59 | 243.36 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 255 | 0.73 | 1.00 | 0 | 0 | 256.3 | 1 | 0.5 |
| Hex | 46 | 1 | FF | 49 | 64 | 0 | 0 | 100 | 64 | 32 |
| Octal | 106 | 1 | 377 | 111 | 144 | 0 | 0 | 400 | 144 | 62 |
| Binary | 1000110 | 1 | 11111111 | 1001001 | 1100100 | 0 | 0 | 100000000 | 1100100 | 110010 |
Color Harmonies of #4601FF
Complementary color
Monochromatic Colors of #4601FF
Black with #4601FF
Text Example
Text Example
White with #4601FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4601FF; }
p { color: rgb(70,1,255); }
H1.HeaderClassName
{
color: #4601FF;
}
.AnyTagClassName
{
color: #4601FF;
}
</style>
background-color css
<style>
a { background-color: #4601FF; }
a { background-color: rgb(70,1,255); }
div.DivClassName
{
background-color: #4601FF;
}
.BgClassName
{
background-color: #4601FF;
}
</style>
border-color css
<style>
span { border-color: #4601FF; }
span { border-color: rgb(70,1,255); }
td.TdClassName
{
border-color: #4601FF;
}
.TagClassName
{
border-color: #4601FF;
}
</style>