Shades of Palatinate Purple #69245A
Tints of Palatinate Purple #69245A
RGB
CMYK
RGB Variations
Color information
#69245A (or 0x69245A) is known color: Palatinate Purple. HEX triplet: 69, 24 and 5A. RGB value is (105,36,90). Sum of RGB (Red+Green+Blue) = 105+36+90=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #69245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69245A is #96DBA5. Grayscale: #3E3E3E. Windows color (decimal): -9886630 or 5907561. OLE color: 5907561.
HSL color Cylindrical-coordinate representation of color #69245A: hue angle of 313.04º 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 #69245A is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 36 | 90 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.59 |
| HSL | 313.04º | 0.49% | 0.28% | - |
| HSV(B) | 313.04º | 0.66% | 0.41% | - |
| XYZ | 8.3 | 5 | 10.2 | - |
| YUV | 62.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 90 | 0 | 0.66 | 0.14 | 0.59 | 313.04 | 0.49 | 0.28 |
| Hex | 69 | 24 | 5A | 0 | 42 | E | 3B | 139 | 31 | 1C |
| Octal | 151 | 44 | 132 | 0 | 102 | 16 | 73 | 471 | 61 | 34 |
| Binary | 1101001 | 100100 | 1011010 | 0 | 1000010 | 1110 | 111011 | 100111001 | 110001 | 11100 |
Color Harmonies of #69245A
Complementary color
Monochromatic Colors of #69245A
Black with #69245A
Text Example
Text Example
White with #69245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69245A; }
p { color: rgb(105,36,90); }
H1.HeaderClassName
{
color: #69245A;
}
.AnyTagClassName
{
color: #69245A;
}
</style>
background-color css
<style>
a { background-color: #69245A; }
a { background-color: rgb(105,36,90); }
div.DivClassName
{
background-color: #69245A;
}
.BgClassName
{
background-color: #69245A;
}
</style>
border-color css
<style>
span { border-color: #69245A; }
span { border-color: rgb(105,36,90); }
td.TdClassName
{
border-color: #69245A;
}
.TagClassName
{
border-color: #69245A;
}
</style>