Shades of Han Purple #4506DC
Tints of Han Purple #4506DC
RGB
CMYK
RGB Variations
Color information
#4506DC (or 0x4506DC) is known color: Han Purple. HEX triplet: 45, 06 and DC. RGB value is (69,6,220). Sum of RGB (Red+Green+Blue) = 69+6+220=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 6 (2.73% from 255 or 2.03% 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 #4506DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4506DC is #BAF923. Grayscale: #303030. Windows color (decimal): -12253476 or 14419525. OLE color: 14419525.
HSL color Cylindrical-coordinate representation of color #4506DC: hue angle of 257.66º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4506DC is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 6 | 220 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.14 |
| HSL | 257.66º | 0.95% | 0.44% | - |
| HSV(B) | 257.66º | 0.97% | 0.86% | - |
| XYZ | 15.44 | 6.56 | 68.16 | - |
| YUV | 49.23 | 224.37 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 220 | 0.69 | 0.97 | 0 | 0.14 | 257.66 | 0.95 | 0.44 |
| Hex | 45 | 6 | DC | 45 | 61 | 0 | E | 102 | 5F | 2C |
| Octal | 105 | 6 | 334 | 105 | 141 | 0 | 16 | 402 | 137 | 54 |
| Binary | 1000101 | 110 | 11011100 | 1000101 | 1100001 | 0 | 1110 | 100000010 | 1011111 | 101100 |
Color Harmonies of #4506DC
Complementary color
Monochromatic Colors of #4506DC
Black with #4506DC
Text Example
Text Example
White with #4506DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4506DC; }
p { color: rgb(69,6,220); }
H1.HeaderClassName
{
color: #4506DC;
}
.AnyTagClassName
{
color: #4506DC;
}
</style>
background-color css
<style>
a { background-color: #4506DC; }
a { background-color: rgb(69,6,220); }
div.DivClassName
{
background-color: #4506DC;
}
.BgClassName
{
background-color: #4506DC;
}
</style>
border-color css
<style>
span { border-color: #4506DC; }
span { border-color: rgb(69,6,220); }
td.TdClassName
{
border-color: #4506DC;
}
.TagClassName
{
border-color: #4506DC;
}
</style>