Shades of Han Purple #450CE6
Tints of Han Purple #450CE6
RGB
CMYK
RGB Variations
Color information
#450CE6 (or 0x450CE6) is known color: Han Purple. HEX triplet: 45, 0C and E6. RGB value is (69,12,230). Sum of RGB (Red+Green+Blue) = 69+12+230=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 230 (90.23% from 255 or 73.95% from 311); Max value from RGB is 230 - color contains mainly: blue. Hex color #450CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450CE6 is #BAF319. Grayscale: #353535. Windows color (decimal): -12251930 or 15076421. OLE color: 15076421.
HSL color Cylindrical-coordinate representation of color #450CE6: hue angle of 255.69º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450CE6 is Cyan = 0.7, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 12 | 230 | - |
| CMYK | 0.7 | 0.95 | 0 | 0.10 |
| HSL | 255.69º | 0.9% | 0.47% | - |
| HSV(B) | 255.69º | 0.95% | 0.9% | - |
| XYZ | 16.87 | 7.24 | 75.37 | - |
| YUV | 53.9 | 227.38 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 230 | 0.7 | 0.95 | 0 | 0.10 | 255.69 | 0.9 | 0.47 |
| Hex | 45 | C | E6 | 46 | 5F | 0 | A | 100 | 5A | 2F |
| Octal | 105 | 14 | 346 | 106 | 137 | 0 | 12 | 400 | 132 | 57 |
| Binary | 1000101 | 1100 | 11100110 | 1000110 | 1011111 | 0 | 1010 | 100000000 | 1011010 | 101111 |
Color Harmonies of #450CE6
Complementary color
Monochromatic Colors of #450CE6
Black with #450CE6
Text Example
Text Example
White with #450CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CE6; }
p { color: rgb(69,12,230); }
H1.HeaderClassName
{
color: #450CE6;
}
.AnyTagClassName
{
color: #450CE6;
}
</style>
background-color css
<style>
a { background-color: #450CE6; }
a { background-color: rgb(69,12,230); }
div.DivClassName
{
background-color: #450CE6;
}
.BgClassName
{
background-color: #450CE6;
}
</style>
border-color css
<style>
span { border-color: #450CE6; }
span { border-color: rgb(69,12,230); }
td.TdClassName
{
border-color: #450CE6;
}
.TagClassName
{
border-color: #450CE6;
}
</style>