Shades of Han Purple #4507DC
Tints of Han Purple #4507DC
RGB
CMYK
RGB Variations
Color information
#4507DC (or 0x4507DC) is known color: Han Purple. HEX triplet: 45, 07 and DC. RGB value is (69,7,220). Sum of RGB (Red+Green+Blue) = 69+7+220=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #4507DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4507DC is #BAF823. Grayscale: #313131. Windows color (decimal): -12253220 or 14419781. OLE color: 14419781.
HSL color Cylindrical-coordinate representation of color #4507DC: hue angle of 257.46º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4507DC is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 7 | 220 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.14 |
| HSL | 257.46º | 0.94% | 0.45% | - |
| HSV(B) | 257.46º | 0.97% | 0.86% | - |
| XYZ | 15.45 | 6.58 | 68.17 | - |
| YUV | 49.82 | 224.04 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 220 | 0.69 | 0.97 | 0 | 0.14 | 257.46 | 0.94 | 0.45 |
| Hex | 45 | 7 | DC | 45 | 61 | 0 | E | 101 | 5E | 2D |
| Octal | 105 | 7 | 334 | 105 | 141 | 0 | 16 | 401 | 136 | 55 |
| Binary | 1000101 | 111 | 11011100 | 1000101 | 1100001 | 0 | 1110 | 100000001 | 1011110 | 101101 |
Color Harmonies of #4507DC
Complementary color
Monochromatic Colors of #4507DC
Black with #4507DC
Text Example
Text Example
White with #4507DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4507DC; }
p { color: rgb(69,7,220); }
H1.HeaderClassName
{
color: #4507DC;
}
.AnyTagClassName
{
color: #4507DC;
}
</style>
background-color css
<style>
a { background-color: #4507DC; }
a { background-color: rgb(69,7,220); }
div.DivClassName
{
background-color: #4507DC;
}
.BgClassName
{
background-color: #4507DC;
}
</style>
border-color css
<style>
span { border-color: #4507DC; }
span { border-color: rgb(69,7,220); }
td.TdClassName
{
border-color: #4507DC;
}
.TagClassName
{
border-color: #4507DC;
}
</style>