Shades of Han Purple #451FDE
Tints of Han Purple #451FDE
RGB
CMYK
RGB Variations
Color information
#451FDE (or 0x451FDE) is known color: Han Purple. HEX triplet: 45, 1F and DE. RGB value is (69,31,222). Sum of RGB (Red+Green+Blue) = 69+31+222=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #451FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FDE is #BAE021. Grayscale: #3F3F3F. Windows color (decimal): -12247074 or 14556997. OLE color: 14556997.
HSL color Cylindrical-coordinate representation of color #451FDE: hue angle of 251.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451FDE is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 31 | 222 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.13 |
| HSL | 251.94º | 0.75% | 0.5% | - |
| HSV(B) | 251.94º | 0.86% | 0.87% | - |
| XYZ | 16.13 | 7.52 | 69.71 | - |
| YUV | 64.14 | 217.09 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 222 | 0.69 | 0.86 | 0 | 0.13 | 251.94 | 0.75 | 0.5 |
| Hex | 45 | 1F | DE | 45 | 56 | 0 | D | FC | 4B | 32 |
| Octal | 105 | 37 | 336 | 105 | 126 | 0 | 15 | 374 | 113 | 62 |
| Binary | 1000101 | 11111 | 11011110 | 1000101 | 1010110 | 0 | 1101 | 11111100 | 1001011 | 110010 |
Color Harmonies of #451FDE
Complementary color
Monochromatic Colors of #451FDE
Black with #451FDE
Text Example
Text Example
White with #451FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FDE; }
p { color: rgb(69,31,222); }
H1.HeaderClassName
{
color: #451FDE;
}
.AnyTagClassName
{
color: #451FDE;
}
</style>
background-color css
<style>
a { background-color: #451FDE; }
a { background-color: rgb(69,31,222); }
div.DivClassName
{
background-color: #451FDE;
}
.BgClassName
{
background-color: #451FDE;
}
</style>
border-color css
<style>
span { border-color: #451FDE; }
span { border-color: rgb(69,31,222); }
td.TdClassName
{
border-color: #451FDE;
}
.TagClassName
{
border-color: #451FDE;
}
</style>