Shades of Han Purple #452ADC
Tints of Han Purple #452ADC
RGB
CMYK
RGB Variations
Color information
#452ADC (or 0x452ADC) is known color: Han Purple. HEX triplet: 45, 2A and DC. RGB value is (69,42,220). Sum of RGB (Red+Green+Blue) = 69+42+220=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #452ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #452ADC is #BAD523. Grayscale: #454545. Windows color (decimal): -12244260 or 14428741. OLE color: 14428741.
HSL color Cylindrical-coordinate representation of color #452ADC: hue angle of 249.1º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #452ADC is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 42 | 220 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.14 |
| HSL | 249.1º | 0.72% | 0.51% | - |
| HSV(B) | 249.1º | 0.81% | 0.86% | - |
| XYZ | 16.2 | 8.09 | 68.42 | - |
| YUV | 70.37 | 212.45 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 220 | 0.69 | 0.81 | 0 | 0.14 | 249.1 | 0.72 | 0.51 |
| Hex | 45 | 2A | DC | 45 | 51 | 0 | E | F9 | 48 | 33 |
| Octal | 105 | 52 | 334 | 105 | 121 | 0 | 16 | 371 | 110 | 63 |
| Binary | 1000101 | 101010 | 11011100 | 1000101 | 1010001 | 0 | 1110 | 11111001 | 1001000 | 110011 |
Color Harmonies of #452ADC
Complementary color
Monochromatic Colors of #452ADC
Black with #452ADC
Text Example
Text Example
White with #452ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452ADC; }
p { color: rgb(69,42,220); }
H1.HeaderClassName
{
color: #452ADC;
}
.AnyTagClassName
{
color: #452ADC;
}
</style>
background-color css
<style>
a { background-color: #452ADC; }
a { background-color: rgb(69,42,220); }
div.DivClassName
{
background-color: #452ADC;
}
.BgClassName
{
background-color: #452ADC;
}
</style>
border-color css
<style>
span { border-color: #452ADC; }
span { border-color: rgb(69,42,220); }
td.TdClassName
{
border-color: #452ADC;
}
.TagClassName
{
border-color: #452ADC;
}
</style>