Shades of Han Purple #4503DF
Tints of Han Purple #4503DF
RGB
CMYK
RGB Variations
Color information
#4503DF (or 0x4503DF) is known color: Han Purple. HEX triplet: 45, 03 and DF. RGB value is (69,3,223). Sum of RGB (Red+Green+Blue) = 69+3+223=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #4503DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4503DF is #BAFC20. Grayscale: #2F2F2F. Windows color (decimal): -12254241 or 14615365. OLE color: 14615365.
HSL color Cylindrical-coordinate representation of color #4503DF: hue angle of 258º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4503DF is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 3 | 223 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.13 |
| HSL | 258º | 0.97% | 0.44% | - |
| HSV(B) | 258º | 0.99% | 0.87% | - |
| XYZ | 15.81 | 6.66 | 70.26 | - |
| YUV | 47.81 | 226.87 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 223 | 0.69 | 0.99 | 0 | 0.13 | 258 | 0.97 | 0.44 |
| Hex | 45 | 3 | DF | 45 | 63 | 0 | D | 102 | 61 | 2C |
| Octal | 105 | 3 | 337 | 105 | 143 | 0 | 15 | 402 | 141 | 54 |
| Binary | 1000101 | 11 | 11011111 | 1000101 | 1100011 | 0 | 1101 | 100000010 | 1100001 | 101100 |
Color Harmonies of #4503DF
Complementary color
Monochromatic Colors of #4503DF
Black with #4503DF
Text Example
Text Example
White with #4503DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503DF; }
p { color: rgb(69,3,223); }
H1.HeaderClassName
{
color: #4503DF;
}
.AnyTagClassName
{
color: #4503DF;
}
</style>
background-color css
<style>
a { background-color: #4503DF; }
a { background-color: rgb(69,3,223); }
div.DivClassName
{
background-color: #4503DF;
}
.BgClassName
{
background-color: #4503DF;
}
</style>
border-color css
<style>
span { border-color: #4503DF; }
span { border-color: rgb(69,3,223); }
td.TdClassName
{
border-color: #4503DF;
}
.TagClassName
{
border-color: #4503DF;
}
</style>