Shades of Palatinate Purple #68255A
Tints of Palatinate Purple #68255A
RGB
CMYK
RGB Variations
Color information
#68255A (or 0x68255A) is known color: Palatinate Purple. HEX triplet: 68, 25 and 5A. RGB value is (104,37,90). Sum of RGB (Red+Green+Blue) = 104+37+90=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68255A is #97DAA5. Grayscale: #3E3E3E. Windows color (decimal): -9951910 or 5907816. OLE color: 5907816.
HSL color Cylindrical-coordinate representation of color #68255A: hue angle of 312.54º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68255A is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 37 | 90 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.59 |
| HSL | 312.54º | 0.48% | 0.28% | - |
| HSV(B) | 312.54º | 0.64% | 0.41% | - |
| XYZ | 8.22 | 5 | 10.21 | - |
| YUV | 63.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 90 | 0 | 0.64 | 0.13 | 0.59 | 312.54 | 0.48 | 0.28 |
| Hex | 68 | 25 | 5A | 0 | 40 | D | 3B | 139 | 30 | 1C |
| Octal | 150 | 45 | 132 | 0 | 100 | 15 | 73 | 471 | 60 | 34 |
| Binary | 1101000 | 100101 | 1011010 | 0 | 1000000 | 1101 | 111011 | 100111001 | 110000 | 11100 |
Color Harmonies of #68255A
Complementary color
Monochromatic Colors of #68255A
Black with #68255A
Text Example
Text Example
White with #68255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68255A; }
p { color: rgb(104,37,90); }
H1.HeaderClassName
{
color: #68255A;
}
.AnyTagClassName
{
color: #68255A;
}
</style>
background-color css
<style>
a { background-color: #68255A; }
a { background-color: rgb(104,37,90); }
div.DivClassName
{
background-color: #68255A;
}
.BgClassName
{
background-color: #68255A;
}
</style>
border-color css
<style>
span { border-color: #68255A; }
span { border-color: rgb(104,37,90); }
td.TdClassName
{
border-color: #68255A;
}
.TagClassName
{
border-color: #68255A;
}
</style>