Shades of Palatinate Purple #68015B
Tints of Palatinate Purple #68015B
RGB
CMYK
RGB Variations
Color information
#68015B (or 0x68015B) is known color: Palatinate Purple. HEX triplet: 68, 01 and 5B. RGB value is (104,1,91). Sum of RGB (Red+Green+Blue) = 104+1+91=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68015B is #97FEA4. Grayscale: #292929. Windows color (decimal): -9961125 or 5964136. OLE color: 5964136.
HSL color Cylindrical-coordinate representation of color #68015B: hue angle of 307.57º 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 #68015B is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.59 |
| HSL | 307.57º | 0.98% | 0.21% | - |
| HSV(B) | 307.57º | 0.99% | 0.41% | - |
| XYZ | 7.61 | 3.72 | 10.21 | - |
| YUV | 42.06 | 155.62 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 91 | 0 | 0.99 | 0.12 | 0.59 | 307.57 | 0.98 | 0.21 |
| Hex | 68 | 1 | 5B | 0 | 63 | C | 3B | 134 | 62 | 15 |
| Octal | 150 | 1 | 133 | 0 | 143 | 14 | 73 | 464 | 142 | 25 |
| Binary | 1101000 | 1 | 1011011 | 0 | 1100011 | 1100 | 111011 | 100110100 | 1100010 | 10101 |
Color Harmonies of #68015B
Complementary color
Monochromatic Colors of #68015B
Black with #68015B
Text Example
Text Example
White with #68015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68015B; }
p { color: rgb(104,1,91); }
H1.HeaderClassName
{
color: #68015B;
}
.AnyTagClassName
{
color: #68015B;
}
</style>
background-color css
<style>
a { background-color: #68015B; }
a { background-color: rgb(104,1,91); }
div.DivClassName
{
background-color: #68015B;
}
.BgClassName
{
background-color: #68015B;
}
</style>
border-color css
<style>
span { border-color: #68015B; }
span { border-color: rgb(104,1,91); }
td.TdClassName
{
border-color: #68015B;
}
.TagClassName
{
border-color: #68015B;
}
</style>