Shades of Palatinate Purple #69015D
Tints of Palatinate Purple #69015D
RGB
CMYK
RGB Variations
Color information
#69015D (or 0x69015D) is known color: Palatinate Purple. HEX triplet: 69, 01 and 5D. RGB value is (105,1,93). Sum of RGB (Red+Green+Blue) = 105+1+93=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69015D is #96FEA2. Grayscale: #2A2A2A. Windows color (decimal): -9895587 or 6095209. OLE color: 6095209.
HSL color Cylindrical-coordinate representation of color #69015D: hue angle of 306.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69015D is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.59 |
| HSL | 306.92º | 0.98% | 0.21% | - |
| HSV(B) | 306.92º | 0.99% | 0.41% | - |
| XYZ | 7.81 | 3.82 | 10.68 | - |
| YUV | 42.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 93 | 0 | 0.99 | 0.11 | 0.59 | 306.92 | 0.98 | 0.21 |
| Hex | 69 | 1 | 5D | 0 | 63 | B | 3B | 133 | 62 | 15 |
| Octal | 151 | 1 | 135 | 0 | 143 | 13 | 73 | 463 | 142 | 25 |
| Binary | 1101001 | 1 | 1011101 | 0 | 1100011 | 1011 | 111011 | 100110011 | 1100010 | 10101 |
Color Harmonies of #69015D
Complementary color
Monochromatic Colors of #69015D
Black with #69015D
Text Example
Text Example
White with #69015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69015D; }
p { color: rgb(105,1,93); }
H1.HeaderClassName
{
color: #69015D;
}
.AnyTagClassName
{
color: #69015D;
}
</style>
background-color css
<style>
a { background-color: #69015D; }
a { background-color: rgb(105,1,93); }
div.DivClassName
{
background-color: #69015D;
}
.BgClassName
{
background-color: #69015D;
}
</style>
border-color css
<style>
span { border-color: #69015D; }
span { border-color: rgb(105,1,93); }
td.TdClassName
{
border-color: #69015D;
}
.TagClassName
{
border-color: #69015D;
}
</style>