Shades of Han Purple #450EFB
Tints of Han Purple #450EFB
RGB
CMYK
RGB Variations
Color information
#450EFB (or 0x450EFB) is known color: Han Purple. HEX triplet: 45, 0E and FB. RGB value is (69,14,251). Sum of RGB (Red+Green+Blue) = 69+14+251=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #450EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EFB is #BAF104. Grayscale: #383838. Windows color (decimal): -12251397 or 16453189. OLE color: 16453189.
HSL color Cylindrical-coordinate representation of color #450EFB: hue angle of 253.92º 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 #450EFB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 14 | 251 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.02 |
| HSL | 253.92º | 0.97% | 0.52% | - |
| HSV(B) | 253.92º | 0.94% | 0.98% | - |
| XYZ | 20.02 | 8.54 | 91.86 | - |
| YUV | 57.46 | 237.22 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 251 | 0.73 | 0.94 | 0 | 0.02 | 253.92 | 0.97 | 0.52 |
| Hex | 45 | E | FB | 49 | 5E | 0 | 2 | FE | 61 | 34 |
| Octal | 105 | 16 | 373 | 111 | 136 | 0 | 2 | 376 | 141 | 64 |
| Binary | 1000101 | 1110 | 11111011 | 1001001 | 1011110 | 0 | 10 | 11111110 | 1100001 | 110100 |
Color Harmonies of #450EFB
Complementary color
Monochromatic Colors of #450EFB
Black with #450EFB
Text Example
Text Example
White with #450EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450EFB; }
p { color: rgb(69,14,251); }
H1.HeaderClassName
{
color: #450EFB;
}
.AnyTagClassName
{
color: #450EFB;
}
</style>
background-color css
<style>
a { background-color: #450EFB; }
a { background-color: rgb(69,14,251); }
div.DivClassName
{
background-color: #450EFB;
}
.BgClassName
{
background-color: #450EFB;
}
</style>
border-color css
<style>
span { border-color: #450EFB; }
span { border-color: rgb(69,14,251); }
td.TdClassName
{
border-color: #450EFB;
}
.TagClassName
{
border-color: #450EFB;
}
</style>