Shades of Han Purple #4602FF
Tints of Han Purple #4602FF
RGB
CMYK
RGB Variations
Color information
#4602FF (or 0x4602FF) is known color: Han Purple. HEX triplet: 46, 02 and FF. RGB value is (70,2,255). Sum of RGB (Red+Green+Blue) = 70+2+255=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #4602FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4602FF is #B9FD00. Grayscale: #323232. Windows color (decimal): -12188929 or 16712262. OLE color: 16712262.
HSL color Cylindrical-coordinate representation of color #4602FF: hue angle of 256.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4602FF is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 2 | 255 | - |
| CMYK | 0.73 | 0.99 | 0 | 0 |
| HSL | 256.13º | 1% | 0.5% | - |
| HSV(B) | 256.13º | 0.99% | 1% | - |
| XYZ | 20.6 | 8.57 | 95.18 | - |
| YUV | 51.17 | 243.03 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 255 | 0.73 | 0.99 | 0 | 0 | 256.13 | 1 | 0.5 |
| Hex | 46 | 2 | FF | 49 | 63 | 0 | 0 | 100 | 64 | 32 |
| Octal | 106 | 2 | 377 | 111 | 143 | 0 | 0 | 400 | 144 | 62 |
| Binary | 1000110 | 10 | 11111111 | 1001001 | 1100011 | 0 | 0 | 100000000 | 1100100 | 110010 |
Color Harmonies of #4602FF
Complementary color
Monochromatic Colors of #4602FF
Black with #4602FF
Text Example
Text Example
White with #4602FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602FF; }
p { color: rgb(70,2,255); }
H1.HeaderClassName
{
color: #4602FF;
}
.AnyTagClassName
{
color: #4602FF;
}
</style>
background-color css
<style>
a { background-color: #4602FF; }
a { background-color: rgb(70,2,255); }
div.DivClassName
{
background-color: #4602FF;
}
.BgClassName
{
background-color: #4602FF;
}
</style>
border-color css
<style>
span { border-color: #4602FF; }
span { border-color: rgb(70,2,255); }
td.TdClassName
{
border-color: #4602FF;
}
.TagClassName
{
border-color: #4602FF;
}
</style>