Shades of Han Purple #450FF1
Tints of Han Purple #450FF1
RGB
CMYK
RGB Variations
Color information
#450FF1 (or 0x450FF1) is known color: Han Purple. HEX triplet: 45, 0F and F1. RGB value is (69,15,241). Sum of RGB (Red+Green+Blue) = 69+15+241=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #450FF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450FF1 is #BAF00E. Grayscale: #383838. Windows color (decimal): -12251151 or 15798085. OLE color: 15798085.
HSL color Cylindrical-coordinate representation of color #450FF1: hue angle of 254.34º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450FF1 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 15 | 241 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.05 |
| HSL | 254.34º | 0.89% | 0.5% | - |
| HSV(B) | 254.34º | 0.94% | 0.95% | - |
| XYZ | 18.5 | 7.96 | 83.78 | - |
| YUV | 56.91 | 231.89 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 241 | 0.71 | 0.94 | 0 | 0.05 | 254.34 | 0.89 | 0.5 |
| Hex | 45 | F | F1 | 47 | 5E | 0 | 5 | FE | 59 | 32 |
| Octal | 105 | 17 | 361 | 107 | 136 | 0 | 5 | 376 | 131 | 62 |
| Binary | 1000101 | 1111 | 11110001 | 1000111 | 1011110 | 0 | 101 | 11111110 | 1011001 | 110010 |
Color Harmonies of #450FF1
Complementary color
Monochromatic Colors of #450FF1
Black with #450FF1
Text Example
Text Example
White with #450FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FF1; }
p { color: rgb(69,15,241); }
H1.HeaderClassName
{
color: #450FF1;
}
.AnyTagClassName
{
color: #450FF1;
}
</style>
background-color css
<style>
a { background-color: #450FF1; }
a { background-color: rgb(69,15,241); }
div.DivClassName
{
background-color: #450FF1;
}
.BgClassName
{
background-color: #450FF1;
}
</style>
border-color css
<style>
span { border-color: #450FF1; }
span { border-color: rgb(69,15,241); }
td.TdClassName
{
border-color: #450FF1;
}
.TagClassName
{
border-color: #450FF1;
}
</style>