Shades of Palatinate Purple #68025B
Tints of Palatinate Purple #68025B
RGB
CMYK
RGB Variations
Color information
#68025B (or 0x68025B) is known color: Palatinate Purple. HEX triplet: 68, 02 and 5B. RGB value is (104,2,91). Sum of RGB (Red+Green+Blue) = 104+2+91=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68025B is #97FDA4. Grayscale: #2A2A2A. Windows color (decimal): -9960869 or 5964392. OLE color: 5964392.
HSL color Cylindrical-coordinate representation of color #68025B: hue angle of 307.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68025B is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 91 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.59 |
| HSL | 307.65º | 0.96% | 0.21% | - |
| HSV(B) | 307.65º | 0.98% | 0.41% | - |
| XYZ | 7.62 | 3.74 | 10.22 | - |
| YUV | 42.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 91 | 0 | 0.98 | 0.12 | 0.59 | 307.65 | 0.96 | 0.21 |
| Hex | 68 | 2 | 5B | 0 | 62 | C | 3B | 134 | 60 | 15 |
| Octal | 150 | 2 | 133 | 0 | 142 | 14 | 73 | 464 | 140 | 25 |
| Binary | 1101000 | 10 | 1011011 | 0 | 1100010 | 1100 | 111011 | 100110100 | 1100000 | 10101 |
Color Harmonies of #68025B
Complementary color
Monochromatic Colors of #68025B
Black with #68025B
Text Example
Text Example
White with #68025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68025B; }
p { color: rgb(104,2,91); }
H1.HeaderClassName
{
color: #68025B;
}
.AnyTagClassName
{
color: #68025B;
}
</style>
background-color css
<style>
a { background-color: #68025B; }
a { background-color: rgb(104,2,91); }
div.DivClassName
{
background-color: #68025B;
}
.BgClassName
{
background-color: #68025B;
}
</style>
border-color css
<style>
span { border-color: #68025B; }
span { border-color: rgb(104,2,91); }
td.TdClassName
{
border-color: #68025B;
}
.TagClassName
{
border-color: #68025B;
}
</style>