Shades of Han Purple #451ADE
Tints of Han Purple #451ADE
RGB
CMYK
RGB Variations
Color information
#451ADE (or 0x451ADE) is known color: Han Purple. HEX triplet: 45, 1A and DE. RGB value is (69,26,222). Sum of RGB (Red+Green+Blue) = 69+26+222=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #451ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451ADE is #BAE521. Grayscale: #3C3C3C. Windows color (decimal): -12248354 or 14555717. OLE color: 14555717.
HSL color Cylindrical-coordinate representation of color #451ADE: hue angle of 253.16º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451ADE is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 26 | 222 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.13 |
| HSL | 253.16º | 0.79% | 0.49% | - |
| HSV(B) | 253.16º | 0.88% | 0.87% | - |
| XYZ | 16.01 | 7.28 | 69.67 | - |
| YUV | 61.2 | 218.75 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 222 | 0.69 | 0.88 | 0 | 0.13 | 253.16 | 0.79 | 0.49 |
| Hex | 45 | 1A | DE | 45 | 58 | 0 | D | FD | 4F | 31 |
| Octal | 105 | 32 | 336 | 105 | 130 | 0 | 15 | 375 | 117 | 61 |
| Binary | 1000101 | 11010 | 11011110 | 1000101 | 1011000 | 0 | 1101 | 11111101 | 1001111 | 110001 |
Color Harmonies of #451ADE
Complementary color
Monochromatic Colors of #451ADE
Black with #451ADE
Text Example
Text Example
White with #451ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451ADE; }
p { color: rgb(69,26,222); }
H1.HeaderClassName
{
color: #451ADE;
}
.AnyTagClassName
{
color: #451ADE;
}
</style>
background-color css
<style>
a { background-color: #451ADE; }
a { background-color: rgb(69,26,222); }
div.DivClassName
{
background-color: #451ADE;
}
.BgClassName
{
background-color: #451ADE;
}
</style>
border-color css
<style>
span { border-color: #451ADE; }
span { border-color: rgb(69,26,222); }
td.TdClassName
{
border-color: #451ADE;
}
.TagClassName
{
border-color: #451ADE;
}
</style>