Shades of Han Purple #450FFB
Tints of Han Purple #450FFB
RGB
CMYK
RGB Variations
Color information
#450FFB (or 0x450FFB) is known color: Han Purple. HEX triplet: 45, 0F and FB. RGB value is (69,15,251). Sum of RGB (Red+Green+Blue) = 69+15+251=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #450FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450FFB is #BAF004. Grayscale: #393939. Windows color (decimal): -12251141 or 16453445. OLE color: 16453445.
HSL color Cylindrical-coordinate representation of color #450FFB: hue angle of 253.73º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450FFB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 15 | 251 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.02 |
| HSL | 253.73º | 0.97% | 0.52% | - |
| HSV(B) | 253.73º | 0.94% | 0.98% | - |
| XYZ | 20.04 | 8.57 | 91.87 | - |
| YUV | 58.05 | 236.89 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 251 | 0.73 | 0.94 | 0 | 0.02 | 253.73 | 0.97 | 0.52 |
| Hex | 45 | F | FB | 49 | 5E | 0 | 2 | FE | 61 | 34 |
| Octal | 105 | 17 | 373 | 111 | 136 | 0 | 2 | 376 | 141 | 64 |
| Binary | 1000101 | 1111 | 11111011 | 1001001 | 1011110 | 0 | 10 | 11111110 | 1100001 | 110100 |
Color Harmonies of #450FFB
Complementary color
Monochromatic Colors of #450FFB
Black with #450FFB
Text Example
Text Example
White with #450FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FFB; }
p { color: rgb(69,15,251); }
H1.HeaderClassName
{
color: #450FFB;
}
.AnyTagClassName
{
color: #450FFB;
}
</style>
background-color css
<style>
a { background-color: #450FFB; }
a { background-color: rgb(69,15,251); }
div.DivClassName
{
background-color: #450FFB;
}
.BgClassName
{
background-color: #450FFB;
}
</style>
border-color css
<style>
span { border-color: #450FFB; }
span { border-color: rgb(69,15,251); }
td.TdClassName
{
border-color: #450FFB;
}
.TagClassName
{
border-color: #450FFB;
}
</style>