Shades of Han Purple #450FFF
Tints of Han Purple #450FFF
RGB
CMYK
RGB Variations
Color information
#450FFF (or 0x450FFF) is known color: Han Purple. HEX triplet: 45, 0F and FF. RGB value is (69,15,255). Sum of RGB (Red+Green+Blue) = 69+15+255=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #450FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450FFF is #BAF000. Grayscale: #393939. Windows color (decimal): -12251137 or 16715589. OLE color: 16715589.
HSL color Cylindrical-coordinate representation of color #450FFF: hue angle of 253.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450FFF is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 15 | 255 | - |
| CMYK | 0.73 | 0.94 | 0 | 0 |
| HSL | 253.5º | 1% | 0.53% | - |
| HSV(B) | 253.5º | 0.94% | 1% | - |
| XYZ | 20.68 | 8.83 | 95.22 | - |
| YUV | 58.51 | 238.89 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 255 | 0.73 | 0.94 | 0 | 0 | 253.5 | 1 | 0.53 |
| Hex | 45 | F | FF | 49 | 5E | 0 | 0 | FE | 64 | 35 |
| Octal | 105 | 17 | 377 | 111 | 136 | 0 | 0 | 376 | 144 | 65 |
| Binary | 1000101 | 1111 | 11111111 | 1001001 | 1011110 | 0 | 0 | 11111110 | 1100100 | 110101 |
Color Harmonies of #450FFF
Complementary color
Monochromatic Colors of #450FFF
Black with #450FFF
Text Example
Text Example
White with #450FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FFF; }
p { color: rgb(69,15,255); }
H1.HeaderClassName
{
color: #450FFF;
}
.AnyTagClassName
{
color: #450FFF;
}
</style>
background-color css
<style>
a { background-color: #450FFF; }
a { background-color: rgb(69,15,255); }
div.DivClassName
{
background-color: #450FFF;
}
.BgClassName
{
background-color: #450FFF;
}
</style>
border-color css
<style>
span { border-color: #450FFF; }
span { border-color: rgb(69,15,255); }
td.TdClassName
{
border-color: #450FFF;
}
.TagClassName
{
border-color: #450FFF;
}
</style>