Shades of Han Purple #451FE0
Tints of Han Purple #451FE0
RGB
CMYK
RGB Variations
Color information
#451FE0 (or 0x451FE0) is known color: Han Purple. HEX triplet: 45, 1F and E0. RGB value is (69,31,224). Sum of RGB (Red+Green+Blue) = 69+31+224=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #451FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FE0 is #BAE01F. Grayscale: #3F3F3F. Windows color (decimal): -12247072 or 14688069. OLE color: 14688069.
HSL color Cylindrical-coordinate representation of color #451FE0: hue angle of 251.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451FE0 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 31 | 224 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.12 |
| HSL | 251.81º | 0.76% | 0.5% | - |
| HSV(B) | 251.81º | 0.86% | 0.88% | - |
| XYZ | 16.4 | 7.63 | 71.13 | - |
| YUV | 64.36 | 218.09 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 224 | 0.69 | 0.86 | 0 | 0.12 | 251.81 | 0.76 | 0.5 |
| Hex | 45 | 1F | E0 | 45 | 56 | 0 | C | FC | 4C | 32 |
| Octal | 105 | 37 | 340 | 105 | 126 | 0 | 14 | 374 | 114 | 62 |
| Binary | 1000101 | 11111 | 11100000 | 1000101 | 1010110 | 0 | 1100 | 11111100 | 1001100 | 110010 |
Color Harmonies of #451FE0
Complementary color
Monochromatic Colors of #451FE0
Black with #451FE0
Text Example
Text Example
White with #451FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FE0; }
p { color: rgb(69,31,224); }
H1.HeaderClassName
{
color: #451FE0;
}
.AnyTagClassName
{
color: #451FE0;
}
</style>
background-color css
<style>
a { background-color: #451FE0; }
a { background-color: rgb(69,31,224); }
div.DivClassName
{
background-color: #451FE0;
}
.BgClassName
{
background-color: #451FE0;
}
</style>
border-color css
<style>
span { border-color: #451FE0; }
span { border-color: rgb(69,31,224); }
td.TdClassName
{
border-color: #451FE0;
}
.TagClassName
{
border-color: #451FE0;
}
</style>