Shades of Han Purple #460ACF
Tints of Han Purple #460ACF
RGB
CMYK
RGB Variations
Color information
#460ACF (or 0x460ACF) is known color: Han Purple. HEX triplet: 46, 0A and CF. RGB value is (70,10,207). Sum of RGB (Red+Green+Blue) = 70+10+207=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #460ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ACF is #B9F530. Grayscale: #313131. Windows color (decimal): -12186929 or 13568582. OLE color: 13568582.
HSL color Cylindrical-coordinate representation of color #460ACF: hue angle of 258.27º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460ACF is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 10 | 207 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.19 |
| HSL | 258.27º | 0.91% | 0.43% | - |
| HSV(B) | 258.27º | 0.95% | 0.81% | - |
| XYZ | 13.9 | 6.02 | 59.46 | - |
| YUV | 50.4 | 216.38 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 207 | 0.66 | 0.95 | 0 | 0.19 | 258.27 | 0.91 | 0.43 |
| Hex | 46 | A | CF | 42 | 5F | 0 | 13 | 102 | 5B | 2B |
| Octal | 106 | 12 | 317 | 102 | 137 | 0 | 23 | 402 | 133 | 53 |
| Binary | 1000110 | 1010 | 11001111 | 1000010 | 1011111 | 0 | 10011 | 100000010 | 1011011 | 101011 |
Color Harmonies of #460ACF
Complementary color
Monochromatic Colors of #460ACF
Black with #460ACF
Text Example
Text Example
White with #460ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460ACF; }
p { color: rgb(70,10,207); }
H1.HeaderClassName
{
color: #460ACF;
}
.AnyTagClassName
{
color: #460ACF;
}
</style>
background-color css
<style>
a { background-color: #460ACF; }
a { background-color: rgb(70,10,207); }
div.DivClassName
{
background-color: #460ACF;
}
.BgClassName
{
background-color: #460ACF;
}
</style>
border-color css
<style>
span { border-color: #460ACF; }
span { border-color: rgb(70,10,207); }
td.TdClassName
{
border-color: #460ACF;
}
.TagClassName
{
border-color: #460ACF;
}
</style>