Shades of Palatinate Purple #69045C
Tints of Palatinate Purple #69045C
RGB
CMYK
RGB Variations
Color information
#69045C (or 0x69045C) is known color: Palatinate Purple. HEX triplet: 69, 04 and 5C. RGB value is (105,4,92). Sum of RGB (Red+Green+Blue) = 105+4+92=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69045C is #96FBA3. Grayscale: #2B2B2B. Windows color (decimal): -9894820 or 6030441. OLE color: 6030441.
HSL color Cylindrical-coordinate representation of color #69045C: hue angle of 307.72º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69045C is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 4 | 92 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.59 |
| HSL | 307.72º | 0.93% | 0.21% | - |
| HSV(B) | 307.72º | 0.96% | 0.41% | - |
| XYZ | 7.8 | 3.86 | 10.46 | - |
| YUV | 44.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 92 | 0 | 0.96 | 0.12 | 0.59 | 307.72 | 0.93 | 0.21 |
| Hex | 69 | 4 | 5C | 0 | 60 | C | 3B | 134 | 5D | 15 |
| Octal | 151 | 4 | 134 | 0 | 140 | 14 | 73 | 464 | 135 | 25 |
| Binary | 1101001 | 100 | 1011100 | 0 | 1100000 | 1100 | 111011 | 100110100 | 1011101 | 10101 |
Color Harmonies of #69045C
Complementary color
Monochromatic Colors of #69045C
Black with #69045C
Text Example
Text Example
White with #69045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69045C; }
p { color: rgb(105,4,92); }
H1.HeaderClassName
{
color: #69045C;
}
.AnyTagClassName
{
color: #69045C;
}
</style>
background-color css
<style>
a { background-color: #69045C; }
a { background-color: rgb(105,4,92); }
div.DivClassName
{
background-color: #69045C;
}
.BgClassName
{
background-color: #69045C;
}
</style>
border-color css
<style>
span { border-color: #69045C; }
span { border-color: rgb(105,4,92); }
td.TdClassName
{
border-color: #69045C;
}
.TagClassName
{
border-color: #69045C;
}
</style>