Shades of Grape #453C57
Tints of Grape #453C57
RGB
CMYK
RGB Variations
Color information
#453C57 (or 0x453C57) is known color: Grape. HEX triplet: 45, 3C and 57. RGB value is (69,60,87). Sum of RGB (Red+Green+Blue) = 69+60+87=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #453C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C57 is #BAC3A8. Grayscale: #414141. Windows color (decimal): -12239785 or 5717061. OLE color: 5717061.
HSL color Cylindrical-coordinate representation of color #453C57: hue angle of 260º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #453C57 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 60 | 87 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.66 |
| HSL | 260º | 0.18% | 0.29% | - |
| HSV(B) | 260º | 0.31% | 0.34% | - |
| XYZ | 5.79 | 5.19 | 9.71 | - |
| YUV | 65.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 87 | 0.21 | 0.31 | 0 | 0.66 | 260 | 0.18 | 0.29 |
| Hex | 45 | 3C | 57 | 15 | 1F | 0 | 42 | 104 | 12 | 1D |
| Octal | 105 | 74 | 127 | 25 | 37 | 0 | 102 | 404 | 22 | 35 |
| Binary | 1000101 | 111100 | 1010111 | 10101 | 11111 | 0 | 1000010 | 100000100 | 10010 | 11101 |
Color Harmonies of #453C57
Complementary color
Monochromatic Colors of #453C57
Black with #453C57
Text Example
Text Example
White with #453C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C57; }
p { color: rgb(69,60,87); }
H1.HeaderClassName
{
color: #453C57;
}
.AnyTagClassName
{
color: #453C57;
}
</style>
background-color css
<style>
a { background-color: #453C57; }
a { background-color: rgb(69,60,87); }
div.DivClassName
{
background-color: #453C57;
}
.BgClassName
{
background-color: #453C57;
}
</style>
border-color css
<style>
span { border-color: #453C57; }
span { border-color: rgb(69,60,87); }
td.TdClassName
{
border-color: #453C57;
}
.TagClassName
{
border-color: #453C57;
}
</style>