Shades of Palatinate Purple #69185F
Tints of Palatinate Purple #69185F
RGB
CMYK
RGB Variations
Color information
#69185F (or 0x69185F) is known color: Palatinate Purple. HEX triplet: 69, 18 and 5F. RGB value is (105,24,95). Sum of RGB (Red+Green+Blue) = 105+24+95=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #69185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69185F is #96E7A0. Grayscale: #383838. Windows color (decimal): -9889697 or 6232169. OLE color: 6232169.
HSL color Cylindrical-coordinate representation of color #69185F: hue angle of 307.41º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69185F is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 24 | 95 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.59 |
| HSL | 307.41º | 0.63% | 0.25% | - |
| HSV(B) | 307.41º | 0.77% | 0.41% | - |
| XYZ | 8.22 | 4.48 | 11.26 | - |
| YUV | 56.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 95 | 0 | 0.77 | 0.10 | 0.59 | 307.41 | 0.63 | 0.25 |
| Hex | 69 | 18 | 5F | 0 | 4D | A | 3B | 133 | 3F | 19 |
| Octal | 151 | 30 | 137 | 0 | 115 | 12 | 73 | 463 | 77 | 31 |
| Binary | 1101001 | 11000 | 1011111 | 0 | 1001101 | 1010 | 111011 | 100110011 | 111111 | 11001 |
Color Harmonies of #69185F
Complementary color
Monochromatic Colors of #69185F
Black with #69185F
Text Example
Text Example
White with #69185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69185F; }
p { color: rgb(105,24,95); }
H1.HeaderClassName
{
color: #69185F;
}
.AnyTagClassName
{
color: #69185F;
}
</style>
background-color css
<style>
a { background-color: #69185F; }
a { background-color: rgb(105,24,95); }
div.DivClassName
{
background-color: #69185F;
}
.BgClassName
{
background-color: #69185F;
}
</style>
border-color css
<style>
span { border-color: #69185F; }
span { border-color: rgb(105,24,95); }
td.TdClassName
{
border-color: #69185F;
}
.TagClassName
{
border-color: #69185F;
}
</style>