Shades of Grape #453C56
Tints of Grape #453C56
RGB
CMYK
RGB Variations
Color information
#453C56 (or 0x453C56) is known color: Grape. HEX triplet: 45, 3C and 56. RGB value is (69,60,86). Sum of RGB (Red+Green+Blue) = 69+60+86=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #453C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C56 is #BAC3A9. Grayscale: #414141. Windows color (decimal): -12239786 or 5651525. OLE color: 5651525.
HSL color Cylindrical-coordinate representation of color #453C56: hue angle of 260.77º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453C56 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 60 | 86 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.66 |
| HSL | 260.77º | 0.18% | 0.29% | - |
| HSV(B) | 260.77º | 0.3% | 0.34% | - |
| XYZ | 5.75 | 5.17 | 9.5 | - |
| YUV | 65.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 86 | 0.20 | 0.30 | 0 | 0.66 | 260.77 | 0.18 | 0.29 |
| Hex | 45 | 3C | 56 | 14 | 1E | 0 | 42 | 105 | 12 | 1D |
| Octal | 105 | 74 | 126 | 24 | 36 | 0 | 102 | 405 | 22 | 35 |
| Binary | 1000101 | 111100 | 1010110 | 10100 | 11110 | 0 | 1000010 | 100000101 | 10010 | 11101 |
Color Harmonies of #453C56
Complementary color
Monochromatic Colors of #453C56
Black with #453C56
Text Example
Text Example
White with #453C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C56; }
p { color: rgb(69,60,86); }
H1.HeaderClassName
{
color: #453C56;
}
.AnyTagClassName
{
color: #453C56;
}
</style>
background-color css
<style>
a { background-color: #453C56; }
a { background-color: rgb(69,60,86); }
div.DivClassName
{
background-color: #453C56;
}
.BgClassName
{
background-color: #453C56;
}
</style>
border-color css
<style>
span { border-color: #453C56; }
span { border-color: rgb(69,60,86); }
td.TdClassName
{
border-color: #453C56;
}
.TagClassName
{
border-color: #453C56;
}
</style>