Shades of Han Purple #4527DE
Tints of Han Purple #4527DE
RGB
CMYK
RGB Variations
Color information
#4527DE (or 0x4527DE) is known color: Han Purple. HEX triplet: 45, 27 and DE. RGB value is (69,39,222). Sum of RGB (Red+Green+Blue) = 69+39+222=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #4527DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4527DE is #BAD821. Grayscale: #444444. Windows color (decimal): -12245026 or 14559045. OLE color: 14559045.
HSL color Cylindrical-coordinate representation of color #4527DE: hue angle of 249.84º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4527DE is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 39 | 222 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.13 |
| HSL | 249.84º | 0.73% | 0.51% | - |
| HSV(B) | 249.84º | 0.82% | 0.87% | - |
| XYZ | 16.36 | 7.99 | 69.79 | - |
| YUV | 68.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 222 | 0.69 | 0.82 | 0 | 0.13 | 249.84 | 0.73 | 0.51 |
| Hex | 45 | 27 | DE | 45 | 52 | 0 | D | FA | 49 | 33 |
| Octal | 105 | 47 | 336 | 105 | 122 | 0 | 15 | 372 | 111 | 63 |
| Binary | 1000101 | 100111 | 11011110 | 1000101 | 1010010 | 0 | 1101 | 11111010 | 1001001 | 110011 |
Color Harmonies of #4527DE
Complementary color
Monochromatic Colors of #4527DE
Black with #4527DE
Text Example
Text Example
White with #4527DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4527DE; }
p { color: rgb(69,39,222); }
H1.HeaderClassName
{
color: #4527DE;
}
.AnyTagClassName
{
color: #4527DE;
}
</style>
background-color css
<style>
a { background-color: #4527DE; }
a { background-color: rgb(69,39,222); }
div.DivClassName
{
background-color: #4527DE;
}
.BgClassName
{
background-color: #4527DE;
}
</style>
border-color css
<style>
span { border-color: #4527DE; }
span { border-color: rgb(69,39,222); }
td.TdClassName
{
border-color: #4527DE;
}
.TagClassName
{
border-color: #4527DE;
}
</style>