Shades of Han Purple #450FFD
Tints of Han Purple #450FFD
RGB
CMYK
RGB Variations
Color information
#450FFD (or 0x450FFD) is known color: Han Purple. HEX triplet: 45, 0F and FD. RGB value is (69,15,253). Sum of RGB (Red+Green+Blue) = 69+15+253=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #450FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450FFD is #BAF002. Grayscale: #393939. Windows color (decimal): -12251139 or 16584517. OLE color: 16584517.
HSL color Cylindrical-coordinate representation of color #450FFD: hue angle of 253.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450FFD is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 15 | 253 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.01 |
| HSL | 253.61º | 0.98% | 0.53% | - |
| HSV(B) | 253.61º | 0.94% | 0.99% | - |
| XYZ | 20.35 | 8.7 | 93.53 | - |
| YUV | 58.28 | 237.89 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 253 | 0.73 | 0.94 | 0 | 0.01 | 253.61 | 0.98 | 0.53 |
| Hex | 45 | F | FD | 49 | 5E | 0 | 1 | FE | 62 | 35 |
| Octal | 105 | 17 | 375 | 111 | 136 | 0 | 1 | 376 | 142 | 65 |
| Binary | 1000101 | 1111 | 11111101 | 1001001 | 1011110 | 0 | 1 | 11111110 | 1100010 | 110101 |
Color Harmonies of #450FFD
Complementary color
Monochromatic Colors of #450FFD
Black with #450FFD
Text Example
Text Example
White with #450FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FFD; }
p { color: rgb(69,15,253); }
H1.HeaderClassName
{
color: #450FFD;
}
.AnyTagClassName
{
color: #450FFD;
}
</style>
background-color css
<style>
a { background-color: #450FFD; }
a { background-color: rgb(69,15,253); }
div.DivClassName
{
background-color: #450FFD;
}
.BgClassName
{
background-color: #450FFD;
}
</style>
border-color css
<style>
span { border-color: #450FFD; }
span { border-color: rgb(69,15,253); }
td.TdClassName
{
border-color: #450FFD;
}
.TagClassName
{
border-color: #450FFD;
}
</style>