Shades of Palatinate Purple #68015E
Tints of Palatinate Purple #68015E
RGB
CMYK
RGB Variations
Color information
#68015E (or 0x68015E) is known color: Palatinate Purple. HEX triplet: 68, 01 and 5E. RGB value is (104,1,94). Sum of RGB (Red+Green+Blue) = 104+1+94=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68015E is #97FEA1. Grayscale: #2A2A2A. Windows color (decimal): -9961122 or 6160744. OLE color: 6160744.
HSL color Cylindrical-coordinate representation of color #68015E: hue angle of 305.83º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68015E is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.59 |
| HSL | 305.83º | 0.98% | 0.21% | - |
| HSV(B) | 305.83º | 0.99% | 0.41% | - |
| XYZ | 7.74 | 3.77 | 10.91 | - |
| YUV | 42.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 94 | 0 | 0.99 | 0.10 | 0.59 | 305.83 | 0.98 | 0.21 |
| Hex | 68 | 1 | 5E | 0 | 63 | A | 3B | 132 | 62 | 15 |
| Octal | 150 | 1 | 136 | 0 | 143 | 12 | 73 | 462 | 142 | 25 |
| Binary | 1101000 | 1 | 1011110 | 0 | 1100011 | 1010 | 111011 | 100110010 | 1100010 | 10101 |
Color Harmonies of #68015E
Complementary color
Monochromatic Colors of #68015E
Black with #68015E
Text Example
Text Example
White with #68015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68015E; }
p { color: rgb(104,1,94); }
H1.HeaderClassName
{
color: #68015E;
}
.AnyTagClassName
{
color: #68015E;
}
</style>
background-color css
<style>
a { background-color: #68015E; }
a { background-color: rgb(104,1,94); }
div.DivClassName
{
background-color: #68015E;
}
.BgClassName
{
background-color: #68015E;
}
</style>
border-color css
<style>
span { border-color: #68015E; }
span { border-color: rgb(104,1,94); }
td.TdClassName
{
border-color: #68015E;
}
.TagClassName
{
border-color: #68015E;
}
</style>