Shades of Palatinate Purple #69035D
Tints of Palatinate Purple #69035D
RGB
CMYK
RGB Variations
Color information
#69035D (or 0x69035D) is known color: Palatinate Purple. HEX triplet: 69, 03 and 5D. RGB value is (105,3,93). Sum of RGB (Red+Green+Blue) = 105+3+93=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69035D is #96FCA2. Grayscale: #2B2B2B. Windows color (decimal): -9895075 or 6095721. OLE color: 6095721.
HSL color Cylindrical-coordinate representation of color #69035D: hue angle of 307.06º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69035D is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 3 | 93 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.59 |
| HSL | 307.06º | 0.94% | 0.21% | - |
| HSV(B) | 307.06º | 0.97% | 0.41% | - |
| XYZ | 7.83 | 3.86 | 10.69 | - |
| YUV | 43.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 93 | 0 | 0.97 | 0.11 | 0.59 | 307.06 | 0.94 | 0.21 |
| Hex | 69 | 3 | 5D | 0 | 61 | B | 3B | 133 | 5E | 15 |
| Octal | 151 | 3 | 135 | 0 | 141 | 13 | 73 | 463 | 136 | 25 |
| Binary | 1101001 | 11 | 1011101 | 0 | 1100001 | 1011 | 111011 | 100110011 | 1011110 | 10101 |
Color Harmonies of #69035D
Complementary color
Monochromatic Colors of #69035D
Black with #69035D
Text Example
Text Example
White with #69035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69035D; }
p { color: rgb(105,3,93); }
H1.HeaderClassName
{
color: #69035D;
}
.AnyTagClassName
{
color: #69035D;
}
</style>
background-color css
<style>
a { background-color: #69035D; }
a { background-color: rgb(105,3,93); }
div.DivClassName
{
background-color: #69035D;
}
.BgClassName
{
background-color: #69035D;
}
</style>
border-color css
<style>
span { border-color: #69035D; }
span { border-color: rgb(105,3,93); }
td.TdClassName
{
border-color: #69035D;
}
.TagClassName
{
border-color: #69035D;
}
</style>