Shades of Han Purple #4606D7
Tints of Han Purple #4606D7
RGB
CMYK
RGB Variations
Color information
#4606D7 (or 0x4606D7) is known color: Han Purple. HEX triplet: 46, 06 and D7. RGB value is (70,6,215). Sum of RGB (Red+Green+Blue) = 70+6+215=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 215 (84.38% from 255 or 73.88% from 291); Max value from RGB is 215 - color contains mainly: blue. Hex color #4606D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606D7 is #B9F928. Grayscale: #303030. Windows color (decimal): -12187945 or 14091846. OLE color: 14091846.
HSL color Cylindrical-coordinate representation of color #4606D7: hue angle of 258.37º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606D7 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 6 | 215 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.16 |
| HSL | 258.37º | 0.95% | 0.43% | - |
| HSV(B) | 258.37º | 0.97% | 0.84% | - |
| XYZ | 14.86 | 6.34 | 64.73 | - |
| YUV | 48.96 | 221.7 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 215 | 0.67 | 0.97 | 0 | 0.16 | 258.37 | 0.95 | 0.43 |
| Hex | 46 | 6 | D7 | 43 | 61 | 0 | 10 | 102 | 5F | 2B |
| Octal | 106 | 6 | 327 | 103 | 141 | 0 | 20 | 402 | 137 | 53 |
| Binary | 1000110 | 110 | 11010111 | 1000011 | 1100001 | 0 | 10000 | 100000010 | 1011111 | 101011 |
Color Harmonies of #4606D7
Complementary color
Monochromatic Colors of #4606D7
Black with #4606D7
Text Example
Text Example
White with #4606D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4606D7; }
p { color: rgb(70,6,215); }
H1.HeaderClassName
{
color: #4606D7;
}
.AnyTagClassName
{
color: #4606D7;
}
</style>
background-color css
<style>
a { background-color: #4606D7; }
a { background-color: rgb(70,6,215); }
div.DivClassName
{
background-color: #4606D7;
}
.BgClassName
{
background-color: #4606D7;
}
</style>
border-color css
<style>
span { border-color: #4606D7; }
span { border-color: rgb(70,6,215); }
td.TdClassName
{
border-color: #4606D7;
}
.TagClassName
{
border-color: #4606D7;
}
</style>