Shades of Palatinate Purple #69305A
Tints of Palatinate Purple #69305A
RGB
CMYK
RGB Variations
Color information
#69305A (or 0x69305A) is known color: Palatinate Purple. HEX triplet: 69, 30 and 5A. RGB value is (105,48,90). Sum of RGB (Red+Green+Blue) = 105+48+90=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #69305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69305A is #96CFA5. Grayscale: #454545. Windows color (decimal): -9883558 or 5910633. OLE color: 5910633.
HSL color Cylindrical-coordinate representation of color #69305A: hue angle of 315.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69305A is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 48 | 90 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.59 |
| HSL | 315.79º | 0.37% | 0.3% | - |
| HSV(B) | 315.79º | 0.54% | 0.41% | - |
| XYZ | 8.73 | 5.86 | 10.34 | - |
| YUV | 69.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 48 | 90 | 0 | 0.54 | 0.14 | 0.59 | 315.79 | 0.37 | 0.3 |
| Hex | 69 | 30 | 5A | 0 | 36 | E | 3B | 13C | 25 | 1E |
| Octal | 151 | 60 | 132 | 0 | 66 | 16 | 73 | 474 | 45 | 36 |
| Binary | 1101001 | 110000 | 1011010 | 0 | 110110 | 1110 | 111011 | 100111100 | 100101 | 11110 |
Color Harmonies of #69305A
Complementary color
Monochromatic Colors of #69305A
Black with #69305A
Text Example
Text Example
White with #69305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69305A; }
p { color: rgb(105,48,90); }
H1.HeaderClassName
{
color: #69305A;
}
.AnyTagClassName
{
color: #69305A;
}
</style>
background-color css
<style>
a { background-color: #69305A; }
a { background-color: rgb(105,48,90); }
div.DivClassName
{
background-color: #69305A;
}
.BgClassName
{
background-color: #69305A;
}
</style>
border-color css
<style>
span { border-color: #69305A; }
span { border-color: rgb(105,48,90); }
td.TdClassName
{
border-color: #69305A;
}
.TagClassName
{
border-color: #69305A;
}
</style>