Shades of Han Purple #4533DF
Tints of Han Purple #4533DF
RGB
CMYK
RGB Variations
Color information
#4533DF (or 0x4533DF) is known color: Han Purple. HEX triplet: 45, 33 and DF. RGB value is (69,51,223). Sum of RGB (Red+Green+Blue) = 69+51+223=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #4533DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4533DF is #BACC20. Grayscale: #4B4B4B. Windows color (decimal): -12241953 or 14627653. OLE color: 14627653.
HSL color Cylindrical-coordinate representation of color #4533DF: hue angle of 246.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4533DF is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 51 | 223 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.13 |
| HSL | 246.28º | 0.73% | 0.54% | - |
| HSV(B) | 246.28º | 0.77% | 0.87% | - |
| XYZ | 16.96 | 8.96 | 70.65 | - |
| YUV | 75.99 | 210.96 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 223 | 0.69 | 0.77 | 0 | 0.13 | 246.28 | 0.73 | 0.54 |
| Hex | 45 | 33 | DF | 45 | 4D | 0 | D | F6 | 49 | 36 |
| Octal | 105 | 63 | 337 | 105 | 115 | 0 | 15 | 366 | 111 | 66 |
| Binary | 1000101 | 110011 | 11011111 | 1000101 | 1001101 | 0 | 1101 | 11110110 | 1001001 | 110110 |
Color Harmonies of #4533DF
Complementary color
Monochromatic Colors of #4533DF
Black with #4533DF
Text Example
Text Example
White with #4533DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4533DF; }
p { color: rgb(69,51,223); }
H1.HeaderClassName
{
color: #4533DF;
}
.AnyTagClassName
{
color: #4533DF;
}
</style>
background-color css
<style>
a { background-color: #4533DF; }
a { background-color: rgb(69,51,223); }
div.DivClassName
{
background-color: #4533DF;
}
.BgClassName
{
background-color: #4533DF;
}
</style>
border-color css
<style>
span { border-color: #4533DF; }
span { border-color: rgb(69,51,223); }
td.TdClassName
{
border-color: #4533DF;
}
.TagClassName
{
border-color: #4533DF;
}
</style>