Shades of Han Purple #462AFF
Tints of Han Purple #462AFF
RGB
CMYK
RGB Variations
Color information
#462AFF (or 0x462AFF) is known color: Han Purple. HEX triplet: 46, 2A and FF. RGB value is (70,42,255). Sum of RGB (Red+Green+Blue) = 70+42+255=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #462AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462AFF is #B9D500. Grayscale: #494949. Windows color (decimal): -12178689 or 16722502. OLE color: 16722502.
HSL color Cylindrical-coordinate representation of color #462AFF: hue angle of 247.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #462AFF is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 42 | 255 | - |
| CMYK | 0.73 | 0.84 | 0 | 0 |
| HSL | 247.89º | 1% | 0.58% | - |
| HSV(B) | 247.89º | 0.84% | 1% | - |
| XYZ | 21.4 | 10.18 | 95.44 | - |
| YUV | 74.65 | 229.78 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 255 | 0.73 | 0.84 | 0 | 0 | 247.89 | 1 | 0.58 |
| Hex | 46 | 2A | FF | 49 | 54 | 0 | 0 | F8 | 64 | 3A |
| Octal | 106 | 52 | 377 | 111 | 124 | 0 | 0 | 370 | 144 | 72 |
| Binary | 1000110 | 101010 | 11111111 | 1001001 | 1010100 | 0 | 0 | 11111000 | 1100100 | 111010 |
Color Harmonies of #462AFF
Complementary color
Monochromatic Colors of #462AFF
Black with #462AFF
Text Example
Text Example
White with #462AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462AFF; }
p { color: rgb(70,42,255); }
H1.HeaderClassName
{
color: #462AFF;
}
.AnyTagClassName
{
color: #462AFF;
}
</style>
background-color css
<style>
a { background-color: #462AFF; }
a { background-color: rgb(70,42,255); }
div.DivClassName
{
background-color: #462AFF;
}
.BgClassName
{
background-color: #462AFF;
}
</style>
border-color css
<style>
span { border-color: #462AFF; }
span { border-color: rgb(70,42,255); }
td.TdClassName
{
border-color: #462AFF;
}
.TagClassName
{
border-color: #462AFF;
}
</style>