Shades of Han Purple #4614D8
Tints of Han Purple #4614D8
RGB
CMYK
RGB Variations
Color information
#4614D8 (or 0x4614D8) is known color: Han Purple. HEX triplet: 46, 14 and D8. RGB value is (70,20,216). Sum of RGB (Red+Green+Blue) = 70+20+216=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 216 (84.77% from 255 or 70.59% from 306); Max value from RGB is 216 - color contains mainly: blue. Hex color #4614D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4614D8 is #B9EB27. Grayscale: #383838. Windows color (decimal): -12184360 or 14160966. OLE color: 14160966.
HSL color Cylindrical-coordinate representation of color #4614D8: hue angle of 255.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4614D8 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 20 | 216 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.15 |
| HSL | 255.31º | 0.83% | 0.46% | - |
| HSV(B) | 255.31º | 0.91% | 0.85% | - |
| XYZ | 15.17 | 6.76 | 65.47 | - |
| YUV | 57.29 | 217.57 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 216 | 0.68 | 0.91 | 0 | 0.15 | 255.31 | 0.83 | 0.46 |
| Hex | 46 | 14 | D8 | 44 | 5B | 0 | F | FF | 53 | 2E |
| Octal | 106 | 24 | 330 | 104 | 133 | 0 | 17 | 377 | 123 | 56 |
| Binary | 1000110 | 10100 | 11011000 | 1000100 | 1011011 | 0 | 1111 | 11111111 | 1010011 | 101110 |
Color Harmonies of #4614D8
Complementary color
Monochromatic Colors of #4614D8
Black with #4614D8
Text Example
Text Example
White with #4614D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4614D8; }
p { color: rgb(70,20,216); }
H1.HeaderClassName
{
color: #4614D8;
}
.AnyTagClassName
{
color: #4614D8;
}
</style>
background-color css
<style>
a { background-color: #4614D8; }
a { background-color: rgb(70,20,216); }
div.DivClassName
{
background-color: #4614D8;
}
.BgClassName
{
background-color: #4614D8;
}
</style>
border-color css
<style>
span { border-color: #4614D8; }
span { border-color: rgb(70,20,216); }
td.TdClassName
{
border-color: #4614D8;
}
.TagClassName
{
border-color: #4614D8;
}
</style>