Shades of Han Purple #452ADE
Tints of Han Purple #452ADE
RGB
CMYK
RGB Variations
Color information
#452ADE (or 0x452ADE) is known color: Han Purple. HEX triplet: 45, 2A and DE. RGB value is (69,42,222). Sum of RGB (Red+Green+Blue) = 69+42+222=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #452ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ADE is #BAD521. Grayscale: #454545. Windows color (decimal): -12244258 or 14559813. OLE color: 14559813.
HSL color Cylindrical-coordinate representation of color #452ADE: hue angle of 249º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452ADE is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 42 | 222 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.13 |
| HSL | 249º | 0.73% | 0.52% | - |
| HSV(B) | 249º | 0.81% | 0.87% | - |
| XYZ | 16.47 | 8.2 | 69.82 | - |
| YUV | 70.59 | 213.45 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 222 | 0.69 | 0.81 | 0 | 0.13 | 249 | 0.73 | 0.52 |
| Hex | 45 | 2A | DE | 45 | 51 | 0 | D | F9 | 49 | 34 |
| Octal | 105 | 52 | 336 | 105 | 121 | 0 | 15 | 371 | 111 | 64 |
| Binary | 1000101 | 101010 | 11011110 | 1000101 | 1010001 | 0 | 1101 | 11111001 | 1001001 | 110100 |
Color Harmonies of #452ADE
Complementary color
Monochromatic Colors of #452ADE
Black with #452ADE
Text Example
Text Example
White with #452ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ADE; }
p { color: rgb(69,42,222); }
H1.HeaderClassName
{
color: #452ADE;
}
.AnyTagClassName
{
color: #452ADE;
}
</style>
background-color css
<style>
a { background-color: #452ADE; }
a { background-color: rgb(69,42,222); }
div.DivClassName
{
background-color: #452ADE;
}
.BgClassName
{
background-color: #452ADE;
}
</style>
border-color css
<style>
span { border-color: #452ADE; }
span { border-color: rgb(69,42,222); }
td.TdClassName
{
border-color: #452ADE;
}
.TagClassName
{
border-color: #452ADE;
}
</style>