Shades of Han Purple #462CF6
Tints of Han Purple #462CF6
RGB
CMYK
RGB Variations
Color information
#462CF6 (or 0x462CF6) is known color: Han Purple. HEX triplet: 46, 2C and F6. RGB value is (70,44,246). Sum of RGB (Red+Green+Blue) = 70+44+246=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #462CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462CF6 is #B9D309. Grayscale: #4A4A4A. Windows color (decimal): -12178186 or 16133190. OLE color: 16133190.
HSL color Cylindrical-coordinate representation of color #462CF6: hue angle of 247.72º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #462CF6 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 44 | 246 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.04 |
| HSL | 247.72º | 0.92% | 0.57% | - |
| HSV(B) | 247.72º | 0.82% | 0.96% | - |
| XYZ | 20.06 | 9.76 | 88.01 | - |
| YUV | 74.8 | 224.61 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 246 | 0.72 | 0.82 | 0 | 0.04 | 247.72 | 0.92 | 0.57 |
| Hex | 46 | 2C | F6 | 48 | 52 | 0 | 4 | F8 | 5C | 39 |
| Octal | 106 | 54 | 366 | 110 | 122 | 0 | 4 | 370 | 134 | 71 |
| Binary | 1000110 | 101100 | 11110110 | 1001000 | 1010010 | 0 | 100 | 11111000 | 1011100 | 111001 |
Color Harmonies of #462CF6
Complementary color
Monochromatic Colors of #462CF6
Black with #462CF6
Text Example
Text Example
White with #462CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462CF6; }
p { color: rgb(70,44,246); }
H1.HeaderClassName
{
color: #462CF6;
}
.AnyTagClassName
{
color: #462CF6;
}
</style>
background-color css
<style>
a { background-color: #462CF6; }
a { background-color: rgb(70,44,246); }
div.DivClassName
{
background-color: #462CF6;
}
.BgClassName
{
background-color: #462CF6;
}
</style>
border-color css
<style>
span { border-color: #462CF6; }
span { border-color: rgb(70,44,246); }
td.TdClassName
{
border-color: #462CF6;
}
.TagClassName
{
border-color: #462CF6;
}
</style>