Shades of Palatinate Purple #67025E
Tints of Palatinate Purple #67025E
RGB
CMYK
RGB Variations
Color information
#67025E (or 0x67025E) is known color: Palatinate Purple. HEX triplet: 67, 02 and 5E. RGB value is (103,2,94). Sum of RGB (Red+Green+Blue) = 103+2+94=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67025E is #98FDA1. Grayscale: #2A2A2A. Windows color (decimal): -10026402 or 6160999. OLE color: 6160999.
HSL color Cylindrical-coordinate representation of color #67025E: hue angle of 305.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67025E is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 94 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.60 |
| HSL | 305.35º | 0.96% | 0.21% | - |
| HSV(B) | 305.35º | 0.98% | 0.4% | - |
| XYZ | 7.64 | 3.74 | 10.91 | - |
| YUV | 42.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 94 | 0 | 0.98 | 0.09 | 0.60 | 305.35 | 0.96 | 0.21 |
| Hex | 67 | 2 | 5E | 0 | 62 | 9 | 3C | 131 | 60 | 15 |
| Octal | 147 | 2 | 136 | 0 | 142 | 11 | 74 | 461 | 140 | 25 |
| Binary | 1100111 | 10 | 1011110 | 0 | 1100010 | 1001 | 111100 | 100110001 | 1100000 | 10101 |
Color Harmonies of #67025E
Complementary color
Monochromatic Colors of #67025E
Black with #67025E
Text Example
Text Example
White with #67025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67025E; }
p { color: rgb(103,2,94); }
H1.HeaderClassName
{
color: #67025E;
}
.AnyTagClassName
{
color: #67025E;
}
</style>
background-color css
<style>
a { background-color: #67025E; }
a { background-color: rgb(103,2,94); }
div.DivClassName
{
background-color: #67025E;
}
.BgClassName
{
background-color: #67025E;
}
</style>
border-color css
<style>
span { border-color: #67025E; }
span { border-color: rgb(103,2,94); }
td.TdClassName
{
border-color: #67025E;
}
.TagClassName
{
border-color: #67025E;
}
</style>