Shades of Han Purple #451FED
Tints of Han Purple #451FED
RGB
CMYK
RGB Variations
Color information
#451FED (or 0x451FED) is known color: Han Purple. HEX triplet: 45, 1F and ED. RGB value is (69,31,237). Sum of RGB (Red+Green+Blue) = 69+31+237=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #451FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451FED is #BAE012. Grayscale: #414141. Windows color (decimal): -12247059 or 15540037. OLE color: 15540037.
HSL color Cylindrical-coordinate representation of color #451FED: hue angle of 251.07º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451FED is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 31 | 237 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.07 |
| HSL | 251.07º | 0.85% | 0.53% | - |
| HSV(B) | 251.07º | 0.87% | 0.93% | - |
| XYZ | 18.23 | 8.36 | 80.77 | - |
| YUV | 65.85 | 224.59 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 237 | 0.71 | 0.87 | 0 | 0.07 | 251.07 | 0.85 | 0.53 |
| Hex | 45 | 1F | ED | 47 | 57 | 0 | 7 | FB | 55 | 35 |
| Octal | 105 | 37 | 355 | 107 | 127 | 0 | 7 | 373 | 125 | 65 |
| Binary | 1000101 | 11111 | 11101101 | 1000111 | 1010111 | 0 | 111 | 11111011 | 1010101 | 110101 |
Color Harmonies of #451FED
Complementary color
Monochromatic Colors of #451FED
Black with #451FED
Text Example
Text Example
White with #451FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FED; }
p { color: rgb(69,31,237); }
H1.HeaderClassName
{
color: #451FED;
}
.AnyTagClassName
{
color: #451FED;
}
</style>
background-color css
<style>
a { background-color: #451FED; }
a { background-color: rgb(69,31,237); }
div.DivClassName
{
background-color: #451FED;
}
.BgClassName
{
background-color: #451FED;
}
</style>
border-color css
<style>
span { border-color: #451FED; }
span { border-color: rgb(69,31,237); }
td.TdClassName
{
border-color: #451FED;
}
.TagClassName
{
border-color: #451FED;
}
</style>