Shades of Han Purple #4509DF
Tints of Han Purple #4509DF
RGB
CMYK
RGB Variations
Color information
#4509DF (or 0x4509DF) is known color: Han Purple. HEX triplet: 45, 09 and DF. RGB value is (69,9,223). Sum of RGB (Red+Green+Blue) = 69+9+223=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #4509DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4509DF is #BAF620. Grayscale: #323232. Windows color (decimal): -12252705 or 14616901. OLE color: 14616901.
HSL color Cylindrical-coordinate representation of color #4509DF: hue angle of 256.82º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4509DF is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 9 | 223 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.13 |
| HSL | 256.82º | 0.92% | 0.45% | - |
| HSV(B) | 256.82º | 0.96% | 0.87% | - |
| XYZ | 15.87 | 6.79 | 70.29 | - |
| YUV | 51.34 | 224.88 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 223 | 0.69 | 0.96 | 0 | 0.13 | 256.82 | 0.92 | 0.45 |
| Hex | 45 | 9 | DF | 45 | 60 | 0 | D | 101 | 5C | 2D |
| Octal | 105 | 11 | 337 | 105 | 140 | 0 | 15 | 401 | 134 | 55 |
| Binary | 1000101 | 1001 | 11011111 | 1000101 | 1100000 | 0 | 1101 | 100000001 | 1011100 | 101101 |
Color Harmonies of #4509DF
Complementary color
Monochromatic Colors of #4509DF
Black with #4509DF
Text Example
Text Example
White with #4509DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4509DF; }
p { color: rgb(69,9,223); }
H1.HeaderClassName
{
color: #4509DF;
}
.AnyTagClassName
{
color: #4509DF;
}
</style>
background-color css
<style>
a { background-color: #4509DF; }
a { background-color: rgb(69,9,223); }
div.DivClassName
{
background-color: #4509DF;
}
.BgClassName
{
background-color: #4509DF;
}
</style>
border-color css
<style>
span { border-color: #4509DF; }
span { border-color: rgb(69,9,223); }
td.TdClassName
{
border-color: #4509DF;
}
.TagClassName
{
border-color: #4509DF;
}
</style>