Shades of Han Purple #450CE0
Tints of Han Purple #450CE0
RGB
CMYK
RGB Variations
Color information
#450CE0 (or 0x450CE0) is known color: Han Purple. HEX triplet: 45, 0C and E0. RGB value is (69,12,224). Sum of RGB (Red+Green+Blue) = 69+12+224=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #450CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CE0 is #BAF31F. Grayscale: #343434. Windows color (decimal): -12251936 or 14683205. OLE color: 14683205.
HSL color Cylindrical-coordinate representation of color #450CE0: hue angle of 256.13º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450CE0 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 12 | 224 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.12 |
| HSL | 256.13º | 0.9% | 0.46% | - |
| HSV(B) | 256.13º | 0.95% | 0.88% | - |
| XYZ | 16.04 | 6.91 | 71.01 | - |
| YUV | 53.21 | 224.38 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 224 | 0.69 | 0.95 | 0 | 0.12 | 256.13 | 0.9 | 0.46 |
| Hex | 45 | C | E0 | 45 | 5F | 0 | C | 100 | 5A | 2E |
| Octal | 105 | 14 | 340 | 105 | 137 | 0 | 14 | 400 | 132 | 56 |
| Binary | 1000101 | 1100 | 11100000 | 1000101 | 1011111 | 0 | 1100 | 100000000 | 1011010 | 101110 |
Color Harmonies of #450CE0
Complementary color
Monochromatic Colors of #450CE0
Black with #450CE0
Text Example
Text Example
White with #450CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CE0; }
p { color: rgb(69,12,224); }
H1.HeaderClassName
{
color: #450CE0;
}
.AnyTagClassName
{
color: #450CE0;
}
</style>
background-color css
<style>
a { background-color: #450CE0; }
a { background-color: rgb(69,12,224); }
div.DivClassName
{
background-color: #450CE0;
}
.BgClassName
{
background-color: #450CE0;
}
</style>
border-color css
<style>
span { border-color: #450CE0; }
span { border-color: rgb(69,12,224); }
td.TdClassName
{
border-color: #450CE0;
}
.TagClassName
{
border-color: #450CE0;
}
</style>