Shades of Han Purple #4604CF
Tints of Han Purple #4604CF
RGB
CMYK
RGB Variations
Color information
#4604CF (or 0x4604CF) is known color: Han Purple. HEX triplet: 46, 04 and CF. RGB value is (70,4,207). Sum of RGB (Red+Green+Blue) = 70+4+207=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #4604CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4604CF is #B9FB30. Grayscale: #2E2E2E. Windows color (decimal): -12188465 or 13567046. OLE color: 13567046.
HSL color Cylindrical-coordinate representation of color #4604CF: hue angle of 259.51º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4604CF is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 4 | 207 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.19 |
| HSL | 259.51º | 0.96% | 0.41% | - |
| HSV(B) | 259.51º | 0.98% | 0.81% | - |
| XYZ | 13.83 | 5.89 | 59.44 | - |
| YUV | 46.88 | 218.37 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 207 | 0.66 | 0.98 | 0 | 0.19 | 259.51 | 0.96 | 0.41 |
| Hex | 46 | 4 | CF | 42 | 62 | 0 | 13 | 104 | 60 | 29 |
| Octal | 106 | 4 | 317 | 102 | 142 | 0 | 23 | 404 | 140 | 51 |
| Binary | 1000110 | 100 | 11001111 | 1000010 | 1100010 | 0 | 10011 | 100000100 | 1100000 | 101001 |
Color Harmonies of #4604CF
Complementary color
Monochromatic Colors of #4604CF
Black with #4604CF
Text Example
Text Example
White with #4604CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4604CF; }
p { color: rgb(70,4,207); }
H1.HeaderClassName
{
color: #4604CF;
}
.AnyTagClassName
{
color: #4604CF;
}
</style>
background-color css
<style>
a { background-color: #4604CF; }
a { background-color: rgb(70,4,207); }
div.DivClassName
{
background-color: #4604CF;
}
.BgClassName
{
background-color: #4604CF;
}
</style>
border-color css
<style>
span { border-color: #4604CF; }
span { border-color: rgb(70,4,207); }
td.TdClassName
{
border-color: #4604CF;
}
.TagClassName
{
border-color: #4604CF;
}
</style>