Shades of Palatinate Purple #692454
Tints of Palatinate Purple #692454
RGB
CMYK
RGB Variations
Color information
#692454 (or 0x692454) is known color: Palatinate Purple. HEX triplet: 69, 24 and 54. RGB value is (105,36,84). Sum of RGB (Red+Green+Blue) = 105+36+84=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #692454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692454 is #96DBAB. Grayscale: #3D3D3D. Windows color (decimal): -9886636 or 5514345. OLE color: 5514345.
HSL color Cylindrical-coordinate representation of color #692454: hue angle of 318.26º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #692454 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 36 | 84 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.59 |
| HSL | 318.26º | 0.49% | 0.28% | - |
| HSV(B) | 318.26º | 0.66% | 0.41% | - |
| XYZ | 8.06 | 4.91 | 8.91 | - |
| YUV | 62.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 84 | 0 | 0.66 | 0.20 | 0.59 | 318.26 | 0.49 | 0.28 |
| Hex | 69 | 24 | 54 | 0 | 42 | 14 | 3B | 13E | 31 | 1C |
| Octal | 151 | 44 | 124 | 0 | 102 | 24 | 73 | 476 | 61 | 34 |
| Binary | 1101001 | 100100 | 1010100 | 0 | 1000010 | 10100 | 111011 | 100111110 | 110001 | 11100 |
Color Harmonies of #692454
Complementary color
Monochromatic Colors of #692454
Black with #692454
Text Example
Text Example
White with #692454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692454; }
p { color: rgb(105,36,84); }
H1.HeaderClassName
{
color: #692454;
}
.AnyTagClassName
{
color: #692454;
}
</style>
background-color css
<style>
a { background-color: #692454; }
a { background-color: rgb(105,36,84); }
div.DivClassName
{
background-color: #692454;
}
.BgClassName
{
background-color: #692454;
}
</style>
border-color css
<style>
span { border-color: #692454; }
span { border-color: rgb(105,36,84); }
td.TdClassName
{
border-color: #692454;
}
.TagClassName
{
border-color: #692454;
}
</style>