Shades of Han Purple #450FEE
Tints of Han Purple #450FEE
RGB
CMYK
RGB Variations
Color information
#450FEE (or 0x450FEE) is known color: Han Purple. HEX triplet: 45, 0F and EE. RGB value is (69,15,238). Sum of RGB (Red+Green+Blue) = 69+15+238=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #450FEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450FEE is #BAF011. Grayscale: #373737. Windows color (decimal): -12251154 or 15601477. OLE color: 15601477.
HSL color Cylindrical-coordinate representation of color #450FEE: hue angle of 254.53º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450FEE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 15 | 238 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.07 |
| HSL | 254.53º | 0.88% | 0.5% | - |
| HSV(B) | 254.53º | 0.94% | 0.93% | - |
| XYZ | 18.06 | 7.78 | 81.44 | - |
| YUV | 56.57 | 230.39 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 238 | 0.71 | 0.94 | 0 | 0.07 | 254.53 | 0.88 | 0.5 |
| Hex | 45 | F | EE | 47 | 5E | 0 | 7 | FF | 58 | 32 |
| Octal | 105 | 17 | 356 | 107 | 136 | 0 | 7 | 377 | 130 | 62 |
| Binary | 1000101 | 1111 | 11101110 | 1000111 | 1011110 | 0 | 111 | 11111111 | 1011000 | 110010 |
Color Harmonies of #450FEE
Complementary color
Monochromatic Colors of #450FEE
Black with #450FEE
Text Example
Text Example
White with #450FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450FEE; }
p { color: rgb(69,15,238); }
H1.HeaderClassName
{
color: #450FEE;
}
.AnyTagClassName
{
color: #450FEE;
}
</style>
background-color css
<style>
a { background-color: #450FEE; }
a { background-color: rgb(69,15,238); }
div.DivClassName
{
background-color: #450FEE;
}
.BgClassName
{
background-color: #450FEE;
}
</style>
border-color css
<style>
span { border-color: #450FEE; }
span { border-color: rgb(69,15,238); }
td.TdClassName
{
border-color: #450FEE;
}
.TagClassName
{
border-color: #450FEE;
}
</style>