Shades of Han Purple #4601CF
Tints of Han Purple #4601CF
RGB
CMYK
RGB Variations
Color information
#4601CF (or 0x4601CF) is known color: Han Purple. HEX triplet: 46, 01 and CF. RGB value is (70,1,207). Sum of RGB (Red+Green+Blue) = 70+1+207=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #4601CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4601CF is #B9FE30. Grayscale: #2C2C2C. Windows color (decimal): -12189233 or 13566278. OLE color: 13566278.
HSL color Cylindrical-coordinate representation of color #4601CF: hue angle of 260.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4601CF is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 1 | 207 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.19 |
| HSL | 260.1º | 0.99% | 0.41% | - |
| HSV(B) | 260.1º | 1% | 0.81% | - |
| XYZ | 13.8 | 5.83 | 59.43 | - |
| YUV | 45.12 | 219.36 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 207 | 0.66 | 1.00 | 0 | 0.19 | 260.1 | 0.99 | 0.41 |
| Hex | 46 | 1 | CF | 42 | 64 | 0 | 13 | 104 | 63 | 29 |
| Octal | 106 | 1 | 317 | 102 | 144 | 0 | 23 | 404 | 143 | 51 |
| Binary | 1000110 | 1 | 11001111 | 1000010 | 1100100 | 0 | 10011 | 100000100 | 1100011 | 101001 |
Color Harmonies of #4601CF
Complementary color
Monochromatic Colors of #4601CF
Black with #4601CF
Text Example
Text Example
White with #4601CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4601CF; }
p { color: rgb(70,1,207); }
H1.HeaderClassName
{
color: #4601CF;
}
.AnyTagClassName
{
color: #4601CF;
}
</style>
background-color css
<style>
a { background-color: #4601CF; }
a { background-color: rgb(70,1,207); }
div.DivClassName
{
background-color: #4601CF;
}
.BgClassName
{
background-color: #4601CF;
}
</style>
border-color css
<style>
span { border-color: #4601CF; }
span { border-color: rgb(70,1,207); }
td.TdClassName
{
border-color: #4601CF;
}
.TagClassName
{
border-color: #4601CF;
}
</style>