Shades of Palatinate Purple #732666
Tints of Palatinate Purple #732666
RGB
CMYK
RGB Variations
Color information
#732666 (or 0x732666) is known color: Palatinate Purple. HEX triplet: 73, 26 and 66. RGB value is (115,38,102). Sum of RGB (Red+Green+Blue) = 115+38+102=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #732666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732666 is #8CD999. Grayscale: #444444. Windows color (decimal): -9230746 or 6694515. OLE color: 6694515.
HSL color Cylindrical-coordinate representation of color #732666: hue angle of 310.13º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #732666 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 102 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.55 |
| HSL | 310.13º | 0.5% | 0.3% | - |
| HSV(B) | 310.13º | 0.67% | 0.45% | - |
| XYZ | 10.16 | 5.99 | 13.19 | - |
| YUV | 68.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 102 | 0 | 0.67 | 0.11 | 0.55 | 310.13 | 0.5 | 0.3 |
| Hex | 73 | 26 | 66 | 0 | 43 | B | 37 | 136 | 32 | 1E |
| Octal | 163 | 46 | 146 | 0 | 103 | 13 | 67 | 466 | 62 | 36 |
| Binary | 1110011 | 100110 | 1100110 | 0 | 1000011 | 1011 | 110111 | 100110110 | 110010 | 11110 |
Color Harmonies of #732666
Complementary color
Monochromatic Colors of #732666
Black with #732666
Text Example
Text Example
White with #732666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732666; }
p { color: rgb(115,38,102); }
H1.HeaderClassName
{
color: #732666;
}
.AnyTagClassName
{
color: #732666;
}
</style>
background-color css
<style>
a { background-color: #732666; }
a { background-color: rgb(115,38,102); }
div.DivClassName
{
background-color: #732666;
}
.BgClassName
{
background-color: #732666;
}
</style>
border-color css
<style>
span { border-color: #732666; }
span { border-color: rgb(115,38,102); }
td.TdClassName
{
border-color: #732666;
}
.TagClassName
{
border-color: #732666;
}
</style>