Shades of Han Purple #460FCF
Tints of Han Purple #460FCF
RGB
CMYK
RGB Variations
Color information
#460FCF (or 0x460FCF) is known color: Han Purple. HEX triplet: 46, 0F and CF. RGB value is (70,15,207). Sum of RGB (Red+Green+Blue) = 70+15+207=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #460FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FCF is #B9F030. Grayscale: #343434. Windows color (decimal): -12185649 or 13569862. OLE color: 13569862.
HSL color Cylindrical-coordinate representation of color #460FCF: hue angle of 257.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FCF is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 15 | 207 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.19 |
| HSL | 257.19º | 0.86% | 0.44% | - |
| HSV(B) | 257.19º | 0.93% | 0.81% | - |
| XYZ | 13.96 | 6.15 | 59.48 | - |
| YUV | 53.33 | 214.72 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 207 | 0.66 | 0.93 | 0 | 0.19 | 257.19 | 0.86 | 0.44 |
| Hex | 46 | F | CF | 42 | 5D | 0 | 13 | 101 | 56 | 2C |
| Octal | 106 | 17 | 317 | 102 | 135 | 0 | 23 | 401 | 126 | 54 |
| Binary | 1000110 | 1111 | 11001111 | 1000010 | 1011101 | 0 | 10011 | 100000001 | 1010110 | 101100 |
Color Harmonies of #460FCF
Complementary color
Monochromatic Colors of #460FCF
Black with #460FCF
Text Example
Text Example
White with #460FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FCF; }
p { color: rgb(70,15,207); }
H1.HeaderClassName
{
color: #460FCF;
}
.AnyTagClassName
{
color: #460FCF;
}
</style>
background-color css
<style>
a { background-color: #460FCF; }
a { background-color: rgb(70,15,207); }
div.DivClassName
{
background-color: #460FCF;
}
.BgClassName
{
background-color: #460FCF;
}
</style>
border-color css
<style>
span { border-color: #460FCF; }
span { border-color: rgb(70,15,207); }
td.TdClassName
{
border-color: #460FCF;
}
.TagClassName
{
border-color: #460FCF;
}
</style>