Shades of Han Purple #460CF6
Tints of Han Purple #460CF6
RGB
CMYK
RGB Variations
Color information
#460CF6 (or 0x460CF6) is known color: Han Purple. HEX triplet: 46, 0C and F6. RGB value is (70,12,246). Sum of RGB (Red+Green+Blue) = 70+12+246=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 246 (96.48% from 255 or 75% from 328); Max value from RGB is 246 - color contains mainly: blue. Hex color #460CF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460CF6 is #B9F309. Grayscale: #373737. Windows color (decimal): -12186378 or 16124998. OLE color: 16124998.
HSL color Cylindrical-coordinate representation of color #460CF6: hue angle of 254.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460CF6 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 12 | 246 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.04 |
| HSL | 254.87º | 0.93% | 0.51% | - |
| HSV(B) | 254.87º | 0.95% | 0.96% | - |
| XYZ | 19.29 | 8.22 | 87.76 | - |
| YUV | 56.02 | 235.22 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 246 | 0.72 | 0.95 | 0 | 0.04 | 254.87 | 0.93 | 0.51 |
| Hex | 46 | C | F6 | 48 | 5F | 0 | 4 | FF | 5D | 33 |
| Octal | 106 | 14 | 366 | 110 | 137 | 0 | 4 | 377 | 135 | 63 |
| Binary | 1000110 | 1100 | 11110110 | 1001000 | 1011111 | 0 | 100 | 11111111 | 1011101 | 110011 |
Color Harmonies of #460CF6
Complementary color
Monochromatic Colors of #460CF6
Black with #460CF6
Text Example
Text Example
White with #460CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CF6; }
p { color: rgb(70,12,246); }
H1.HeaderClassName
{
color: #460CF6;
}
.AnyTagClassName
{
color: #460CF6;
}
</style>
background-color css
<style>
a { background-color: #460CF6; }
a { background-color: rgb(70,12,246); }
div.DivClassName
{
background-color: #460CF6;
}
.BgClassName
{
background-color: #460CF6;
}
</style>
border-color css
<style>
span { border-color: #460CF6; }
span { border-color: rgb(70,12,246); }
td.TdClassName
{
border-color: #460CF6;
}
.TagClassName
{
border-color: #460CF6;
}
</style>