Shades of Han Purple #450CFE
Tints of Han Purple #450CFE
RGB
CMYK
RGB Variations
Color information
#450CFE (or 0x450CFE) is known color: Han Purple. HEX triplet: 45, 0C and FE. RGB value is (69,12,254). Sum of RGB (Red+Green+Blue) = 69+12+254=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #450CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450CFE is #BAF301. Grayscale: #373737. Windows color (decimal): -12251906 or 16649285. OLE color: 16649285.
HSL color Cylindrical-coordinate representation of color #450CFE: hue angle of 254.13º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450CFE is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 12 | 254 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.00 |
| HSL | 254.13º | 0.99% | 0.52% | - |
| HSV(B) | 254.13º | 0.95% | 1% | - |
| XYZ | 20.48 | 8.68 | 94.36 | - |
| YUV | 56.63 | 239.38 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 254 | 0.73 | 0.95 | 0 | 0.00 | 254.13 | 0.99 | 0.52 |
| Hex | 45 | C | FE | 49 | 5F | 0 | 0 | FE | 63 | 34 |
| Octal | 105 | 14 | 376 | 111 | 137 | 0 | 0 | 376 | 143 | 64 |
| Binary | 1000101 | 1100 | 11111110 | 1001001 | 1011111 | 0 | 0 | 11111110 | 1100011 | 110100 |
Color Harmonies of #450CFE
Complementary color
Monochromatic Colors of #450CFE
Black with #450CFE
Text Example
Text Example
White with #450CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CFE; }
p { color: rgb(69,12,254); }
H1.HeaderClassName
{
color: #450CFE;
}
.AnyTagClassName
{
color: #450CFE;
}
</style>
background-color css
<style>
a { background-color: #450CFE; }
a { background-color: rgb(69,12,254); }
div.DivClassName
{
background-color: #450CFE;
}
.BgClassName
{
background-color: #450CFE;
}
</style>
border-color css
<style>
span { border-color: #450CFE; }
span { border-color: rgb(69,12,254); }
td.TdClassName
{
border-color: #450CFE;
}
.TagClassName
{
border-color: #450CFE;
}
</style>