Shades of Han Purple #452ADA
Tints of Han Purple #452ADA
RGB
CMYK
RGB Variations
Color information
#452ADA (or 0x452ADA) is known color: Han Purple. HEX triplet: 45, 2A and DA. RGB value is (69,42,218). Sum of RGB (Red+Green+Blue) = 69+42+218=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #452ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ADA is #BAD525. Grayscale: #454545. Windows color (decimal): -12244262 or 14297669. OLE color: 14297669.
HSL color Cylindrical-coordinate representation of color #452ADA: hue angle of 249.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452ADA is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 42 | 218 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.15 |
| HSL | 249.2º | 0.7% | 0.51% | - |
| HSV(B) | 249.2º | 0.81% | 0.85% | - |
| XYZ | 15.94 | 7.98 | 67.03 | - |
| YUV | 70.14 | 211.45 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 218 | 0.68 | 0.81 | 0 | 0.15 | 249.2 | 0.7 | 0.51 |
| Hex | 45 | 2A | DA | 44 | 51 | 0 | F | F9 | 46 | 33 |
| Octal | 105 | 52 | 332 | 104 | 121 | 0 | 17 | 371 | 106 | 63 |
| Binary | 1000101 | 101010 | 11011010 | 1000100 | 1010001 | 0 | 1111 | 11111001 | 1000110 | 110011 |
Color Harmonies of #452ADA
Complementary color
Monochromatic Colors of #452ADA
Black with #452ADA
Text Example
Text Example
White with #452ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ADA; }
p { color: rgb(69,42,218); }
H1.HeaderClassName
{
color: #452ADA;
}
.AnyTagClassName
{
color: #452ADA;
}
</style>
background-color css
<style>
a { background-color: #452ADA; }
a { background-color: rgb(69,42,218); }
div.DivClassName
{
background-color: #452ADA;
}
.BgClassName
{
background-color: #452ADA;
}
</style>
border-color css
<style>
span { border-color: #452ADA; }
span { border-color: rgb(69,42,218); }
td.TdClassName
{
border-color: #452ADA;
}
.TagClassName
{
border-color: #452ADA;
}
</style>