Shades of Palatinate Purple #67015C
Tints of Palatinate Purple #67015C
RGB
CMYK
RGB Variations
Color information
#67015C (or 0x67015C) is known color: Palatinate Purple. HEX triplet: 67, 01 and 5C. RGB value is (103,1,92). Sum of RGB (Red+Green+Blue) = 103+1+92=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67015C is #98FEA3. Grayscale: #292929. Windows color (decimal): -10026660 or 6029671. OLE color: 6029671.
HSL color Cylindrical-coordinate representation of color #67015C: hue angle of 306.47º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67015C is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.60 |
| HSL | 306.47º | 0.98% | 0.2% | - |
| HSV(B) | 306.47º | 0.99% | 0.4% | - |
| XYZ | 7.54 | 3.68 | 10.44 | - |
| YUV | 41.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 92 | 0 | 0.99 | 0.11 | 0.60 | 306.47 | 0.98 | 0.2 |
| Hex | 67 | 1 | 5C | 0 | 63 | B | 3C | 132 | 62 | 14 |
| Octal | 147 | 1 | 134 | 0 | 143 | 13 | 74 | 462 | 142 | 24 |
| Binary | 1100111 | 1 | 1011100 | 0 | 1100011 | 1011 | 111100 | 100110010 | 1100010 | 10100 |
Color Harmonies of #67015C
Complementary color
Monochromatic Colors of #67015C
Black with #67015C
Text Example
Text Example
White with #67015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67015C; }
p { color: rgb(103,1,92); }
H1.HeaderClassName
{
color: #67015C;
}
.AnyTagClassName
{
color: #67015C;
}
</style>
background-color css
<style>
a { background-color: #67015C; }
a { background-color: rgb(103,1,92); }
div.DivClassName
{
background-color: #67015C;
}
.BgClassName
{
background-color: #67015C;
}
</style>
border-color css
<style>
span { border-color: #67015C; }
span { border-color: rgb(103,1,92); }
td.TdClassName
{
border-color: #67015C;
}
.TagClassName
{
border-color: #67015C;
}
</style>