Shades of Han Purple #450CDF
Tints of Han Purple #450CDF
RGB
CMYK
RGB Variations
Color information
#450CDF (or 0x450CDF) is known color: Han Purple. HEX triplet: 45, 0C and DF. RGB value is (69,12,223). Sum of RGB (Red+Green+Blue) = 69+12+223=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #450CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CDF is #BAF320. Grayscale: #343434. Windows color (decimal): -12251937 or 14617669. OLE color: 14617669.
HSL color Cylindrical-coordinate representation of color #450CDF: hue angle of 256.21º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450CDF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 12 | 223 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.13 |
| HSL | 256.21º | 0.9% | 0.46% | - |
| HSV(B) | 256.21º | 0.95% | 0.87% | - |
| XYZ | 15.91 | 6.86 | 70.3 | - |
| YUV | 53.1 | 223.88 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 223 | 0.69 | 0.95 | 0 | 0.13 | 256.21 | 0.9 | 0.46 |
| Hex | 45 | C | DF | 45 | 5F | 0 | D | 100 | 5A | 2E |
| Octal | 105 | 14 | 337 | 105 | 137 | 0 | 15 | 400 | 132 | 56 |
| Binary | 1000101 | 1100 | 11011111 | 1000101 | 1011111 | 0 | 1101 | 100000000 | 1011010 | 101110 |
Color Harmonies of #450CDF
Complementary color
Monochromatic Colors of #450CDF
Black with #450CDF
Text Example
Text Example
White with #450CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450CDF; }
p { color: rgb(69,12,223); }
H1.HeaderClassName
{
color: #450CDF;
}
.AnyTagClassName
{
color: #450CDF;
}
</style>
background-color css
<style>
a { background-color: #450CDF; }
a { background-color: rgb(69,12,223); }
div.DivClassName
{
background-color: #450CDF;
}
.BgClassName
{
background-color: #450CDF;
}
</style>
border-color css
<style>
span { border-color: #450CDF; }
span { border-color: rgb(69,12,223); }
td.TdClassName
{
border-color: #450CDF;
}
.TagClassName
{
border-color: #450CDF;
}
</style>