Shades of Han Purple #4523DF
Tints of Han Purple #4523DF
RGB
CMYK
RGB Variations
Color information
#4523DF (or 0x4523DF) is known color: Han Purple. HEX triplet: 45, 23 and DF. RGB value is (69,35,223). Sum of RGB (Red+Green+Blue) = 69+35+223=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #4523DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4523DF is #BADC20. Grayscale: #414141. Windows color (decimal): -12246049 or 14623557. OLE color: 14623557.
HSL color Cylindrical-coordinate representation of color #4523DF: hue angle of 250.85º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4523DF is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 35 | 223 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.13 |
| HSL | 250.85º | 0.75% | 0.51% | - |
| HSV(B) | 250.85º | 0.84% | 0.87% | - |
| XYZ | 16.37 | 7.79 | 70.45 | - |
| YUV | 66.6 | 216.26 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 223 | 0.69 | 0.84 | 0 | 0.13 | 250.85 | 0.75 | 0.51 |
| Hex | 45 | 23 | DF | 45 | 54 | 0 | D | FB | 4B | 33 |
| Octal | 105 | 43 | 337 | 105 | 124 | 0 | 15 | 373 | 113 | 63 |
| Binary | 1000101 | 100011 | 11011111 | 1000101 | 1010100 | 0 | 1101 | 11111011 | 1001011 | 110011 |
Color Harmonies of #4523DF
Complementary color
Monochromatic Colors of #4523DF
Black with #4523DF
Text Example
Text Example
White with #4523DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4523DF; }
p { color: rgb(69,35,223); }
H1.HeaderClassName
{
color: #4523DF;
}
.AnyTagClassName
{
color: #4523DF;
}
</style>
background-color css
<style>
a { background-color: #4523DF; }
a { background-color: rgb(69,35,223); }
div.DivClassName
{
background-color: #4523DF;
}
.BgClassName
{
background-color: #4523DF;
}
</style>
border-color css
<style>
span { border-color: #4523DF; }
span { border-color: rgb(69,35,223); }
td.TdClassName
{
border-color: #4523DF;
}
.TagClassName
{
border-color: #4523DF;
}
</style>