Shades of Han Purple #460BCF
Tints of Han Purple #460BCF
RGB
CMYK
RGB Variations
Color information
#460BCF (or 0x460BCF) is known color: Han Purple. HEX triplet: 46, 0B and CF. RGB value is (70,11,207). Sum of RGB (Red+Green+Blue) = 70+11+207=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #460BCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BCF is #B9F430. Grayscale: #323232. Windows color (decimal): -12186673 or 13568838. OLE color: 13568838.
HSL color Cylindrical-coordinate representation of color #460BCF: hue angle of 258.06º degrees, saturation: 0.9, 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 #460BCF is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 11 | 207 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.19 |
| HSL | 258.06º | 0.9% | 0.43% | - |
| HSV(B) | 258.06º | 0.95% | 0.81% | - |
| XYZ | 13.91 | 6.05 | 59.47 | - |
| YUV | 50.99 | 216.05 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 207 | 0.66 | 0.95 | 0 | 0.19 | 258.06 | 0.9 | 0.43 |
| Hex | 46 | B | CF | 42 | 5F | 0 | 13 | 102 | 5A | 2B |
| Octal | 106 | 13 | 317 | 102 | 137 | 0 | 23 | 402 | 132 | 53 |
| Binary | 1000110 | 1011 | 11001111 | 1000010 | 1011111 | 0 | 10011 | 100000010 | 1011010 | 101011 |
Color Harmonies of #460BCF
Complementary color
Monochromatic Colors of #460BCF
Black with #460BCF
Text Example
Text Example
White with #460BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BCF; }
p { color: rgb(70,11,207); }
H1.HeaderClassName
{
color: #460BCF;
}
.AnyTagClassName
{
color: #460BCF;
}
</style>
background-color css
<style>
a { background-color: #460BCF; }
a { background-color: rgb(70,11,207); }
div.DivClassName
{
background-color: #460BCF;
}
.BgClassName
{
background-color: #460BCF;
}
</style>
border-color css
<style>
span { border-color: #460BCF; }
span { border-color: rgb(70,11,207); }
td.TdClassName
{
border-color: #460BCF;
}
.TagClassName
{
border-color: #460BCF;
}
</style>