Shades of Han Purple #450FEB
Tints of Han Purple #450FEB
RGB
CMYK
RGB Variations
Color information
#450FEB (or 0x450FEB) is known color: Han Purple. HEX triplet: 45, 0F and EB. RGB value is (69,15,235). Sum of RGB (Red+Green+Blue) = 69+15+235=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #450FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450FEB is #BAF014. Grayscale: #373737. Windows color (decimal): -12251157 or 15404869. OLE color: 15404869.
HSL color Cylindrical-coordinate representation of color #450FEB: hue angle of 254.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450FEB is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 15 | 235 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.08 |
| HSL | 254.73º | 0.88% | 0.49% | - |
| HSV(B) | 254.73º | 0.94% | 0.92% | - |
| XYZ | 17.62 | 7.61 | 79.14 | - |
| YUV | 56.23 | 228.89 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 235 | 0.71 | 0.94 | 0 | 0.08 | 254.73 | 0.88 | 0.49 |
| Hex | 45 | F | EB | 47 | 5E | 0 | 8 | FF | 58 | 31 |
| Octal | 105 | 17 | 353 | 107 | 136 | 0 | 10 | 377 | 130 | 61 |
| Binary | 1000101 | 1111 | 11101011 | 1000111 | 1011110 | 0 | 1000 | 11111111 | 1011000 | 110001 |
Color Harmonies of #450FEB
Complementary color
Monochromatic Colors of #450FEB
Black with #450FEB
Text Example
Text Example
White with #450FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FEB; }
p { color: rgb(69,15,235); }
H1.HeaderClassName
{
color: #450FEB;
}
.AnyTagClassName
{
color: #450FEB;
}
</style>
background-color css
<style>
a { background-color: #450FEB; }
a { background-color: rgb(69,15,235); }
div.DivClassName
{
background-color: #450FEB;
}
.BgClassName
{
background-color: #450FEB;
}
</style>
border-color css
<style>
span { border-color: #450FEB; }
span { border-color: rgb(69,15,235); }
td.TdClassName
{
border-color: #450FEB;
}
.TagClassName
{
border-color: #450FEB;
}
</style>