Shades of Han Purple #4606FF
Tints of Han Purple #4606FF
RGB
CMYK
RGB Variations
Color information
#4606FF (or 0x4606FF) is known color: Han Purple. HEX triplet: 46, 06 and FF. RGB value is (70,6,255). Sum of RGB (Red+Green+Blue) = 70+6+255=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #4606FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4606FF is #B9F900. Grayscale: #343434. Windows color (decimal): -12187905 or 16713286. OLE color: 16713286.
HSL color Cylindrical-coordinate representation of color #4606FF: hue angle of 255.42º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4606FF is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 6 | 255 | - |
| CMYK | 0.73 | 0.98 | 0 | 0 |
| HSL | 255.42º | 1% | 0.51% | - |
| HSV(B) | 255.42º | 0.98% | 1% | - |
| XYZ | 20.64 | 8.65 | 95.19 | - |
| YUV | 53.52 | 241.7 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 255 | 0.73 | 0.98 | 0 | 0 | 255.42 | 1 | 0.51 |
| Hex | 46 | 6 | FF | 49 | 62 | 0 | 0 | FF | 64 | 33 |
| Octal | 106 | 6 | 377 | 111 | 142 | 0 | 0 | 377 | 144 | 63 |
| Binary | 1000110 | 110 | 11111111 | 1001001 | 1100010 | 0 | 0 | 11111111 | 1100100 | 110011 |
Color Harmonies of #4606FF
Complementary color
Monochromatic Colors of #4606FF
Black with #4606FF
Text Example
Text Example
White with #4606FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606FF; }
p { color: rgb(70,6,255); }
H1.HeaderClassName
{
color: #4606FF;
}
.AnyTagClassName
{
color: #4606FF;
}
</style>
background-color css
<style>
a { background-color: #4606FF; }
a { background-color: rgb(70,6,255); }
div.DivClassName
{
background-color: #4606FF;
}
.BgClassName
{
background-color: #4606FF;
}
</style>
border-color css
<style>
span { border-color: #4606FF; }
span { border-color: rgb(70,6,255); }
td.TdClassName
{
border-color: #4606FF;
}
.TagClassName
{
border-color: #4606FF;
}
</style>