Shades of Cherry Pie #332555
Tints of Cherry Pie #332555
RGB
CMYK
RGB Variations
Color information
#332555 (or 0x332555) is known color: Cherry Pie. HEX triplet: 33, 25 and 55. RGB value is (51,37,85). Sum of RGB (Red+Green+Blue) = 51+37+85=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #332555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332555 is #CCDAAA. Grayscale: #2E2E2E. Windows color (decimal): -13425323 or 5580083. OLE color: 5580083.
HSL color Cylindrical-coordinate representation of color #332555: hue angle of 257.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #332555 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 37 | 85 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.67 |
| HSL | 257.5º | 0.39% | 0.24% | - |
| HSV(B) | 257.5º | 0.56% | 0.33% | - |
| XYZ | 3.67 | 2.68 | 8.92 | - |
| YUV | 46.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 85 | 0.40 | 0.56 | 0 | 0.67 | 257.5 | 0.39 | 0.24 |
| Hex | 33 | 25 | 55 | 28 | 38 | 0 | 43 | 102 | 27 | 18 |
| Octal | 63 | 45 | 125 | 50 | 70 | 0 | 103 | 402 | 47 | 30 |
| Binary | 110011 | 100101 | 1010101 | 101000 | 111000 | 0 | 1000011 | 100000010 | 100111 | 11000 |
Color Harmonies of #332555
Complementary color
Monochromatic Colors of #332555
Black with #332555
Text Example
Text Example
White with #332555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332555; }
p { color: rgb(51,37,85); }
H1.HeaderClassName
{
color: #332555;
}
.AnyTagClassName
{
color: #332555;
}
</style>
background-color css
<style>
a { background-color: #332555; }
a { background-color: rgb(51,37,85); }
div.DivClassName
{
background-color: #332555;
}
.BgClassName
{
background-color: #332555;
}
</style>
border-color css
<style>
span { border-color: #332555; }
span { border-color: rgb(51,37,85); }
td.TdClassName
{
border-color: #332555;
}
.TagClassName
{
border-color: #332555;
}
</style>