Shades of Han Purple #4605DC
Tints of Han Purple #4605DC
RGB
CMYK
RGB Variations
Color information
#4605DC (or 0x4605DC) is known color: Han Purple. HEX triplet: 46, 05 and DC. RGB value is (70,5,220). Sum of RGB (Red+Green+Blue) = 70+5+220=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #4605DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4605DC is #B9FA23. Grayscale: #303030. Windows color (decimal): -12188196 or 14419270. OLE color: 14419270.
HSL color Cylindrical-coordinate representation of color #4605DC: hue angle of 258.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4605DC is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 5 | 220 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.14 |
| HSL | 258.14º | 0.96% | 0.44% | - |
| HSV(B) | 258.14º | 0.98% | 0.86% | - |
| XYZ | 15.5 | 6.58 | 68.16 | - |
| YUV | 48.95 | 224.53 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 220 | 0.68 | 0.98 | 0 | 0.14 | 258.14 | 0.96 | 0.44 |
| Hex | 46 | 5 | DC | 44 | 62 | 0 | E | 102 | 60 | 2C |
| Octal | 106 | 5 | 334 | 104 | 142 | 0 | 16 | 402 | 140 | 54 |
| Binary | 1000110 | 101 | 11011100 | 1000100 | 1100010 | 0 | 1110 | 100000010 | 1100000 | 101100 |
Color Harmonies of #4605DC
Complementary color
Monochromatic Colors of #4605DC
Black with #4605DC
Text Example
Text Example
White with #4605DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4605DC; }
p { color: rgb(70,5,220); }
H1.HeaderClassName
{
color: #4605DC;
}
.AnyTagClassName
{
color: #4605DC;
}
</style>
background-color css
<style>
a { background-color: #4605DC; }
a { background-color: rgb(70,5,220); }
div.DivClassName
{
background-color: #4605DC;
}
.BgClassName
{
background-color: #4605DC;
}
</style>
border-color css
<style>
span { border-color: #4605DC; }
span { border-color: rgb(70,5,220); }
td.TdClassName
{
border-color: #4605DC;
}
.TagClassName
{
border-color: #4605DC;
}
</style>