Shades of Grape #454052
Tints of Grape #454052
RGB
CMYK
RGB Variations
Color information
#454052 (or 0x454052) is known color: Grape. HEX triplet: 45, 40 and 52. RGB value is (69,64,82). Sum of RGB (Red+Green+Blue) = 69+64+82=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #454052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454052 is #BABFAD. Grayscale: #434343. Windows color (decimal): -12238766 or 5390405. OLE color: 5390405.
HSL color Cylindrical-coordinate representation of color #454052: hue angle of 256.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454052 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 64 | 82 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.68 |
| HSL | 256.67º | 0.12% | 0.29% | - |
| HSV(B) | 256.67º | 0.22% | 0.32% | - |
| XYZ | 5.81 | 5.54 | 8.75 | - |
| YUV | 67.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 82 | 0.16 | 0.22 | 0 | 0.68 | 256.67 | 0.12 | 0.29 |
| Hex | 45 | 40 | 52 | 10 | 16 | 0 | 44 | 101 | C | 1D |
| Octal | 105 | 100 | 122 | 20 | 26 | 0 | 104 | 401 | 14 | 35 |
| Binary | 1000101 | 1000000 | 1010010 | 10000 | 10110 | 0 | 1000100 | 100000001 | 1100 | 11101 |
Color Harmonies of #454052
Complementary color
Monochromatic Colors of #454052
Black with #454052
Text Example
Text Example
White with #454052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454052; }
p { color: rgb(69,64,82); }
H1.HeaderClassName
{
color: #454052;
}
.AnyTagClassName
{
color: #454052;
}
</style>
background-color css
<style>
a { background-color: #454052; }
a { background-color: rgb(69,64,82); }
div.DivClassName
{
background-color: #454052;
}
.BgClassName
{
background-color: #454052;
}
</style>
border-color css
<style>
span { border-color: #454052; }
span { border-color: rgb(69,64,82); }
td.TdClassName
{
border-color: #454052;
}
.TagClassName
{
border-color: #454052;
}
</style>