Shades of Palatinate Purple #67045A
Tints of Palatinate Purple #67045A
RGB
CMYK
RGB Variations
Color information
#67045A (or 0x67045A) is known color: Palatinate Purple. HEX triplet: 67, 04 and 5A. RGB value is (103,4,90). Sum of RGB (Red+Green+Blue) = 103+4+90=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67045A is #98FBA5. Grayscale: #2B2B2B. Windows color (decimal): -10025894 or 5899367. OLE color: 5899367.
HSL color Cylindrical-coordinate representation of color #67045A: hue angle of 307.88º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67045A is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 4 | 90 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.60 |
| HSL | 307.88º | 0.93% | 0.21% | - |
| HSV(B) | 307.88º | 0.96% | 0.4% | - |
| XYZ | 7.48 | 3.71 | 9.99 | - |
| YUV | 43.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 90 | 0 | 0.96 | 0.13 | 0.60 | 307.88 | 0.93 | 0.21 |
| Hex | 67 | 4 | 5A | 0 | 60 | D | 3C | 134 | 5D | 15 |
| Octal | 147 | 4 | 132 | 0 | 140 | 15 | 74 | 464 | 135 | 25 |
| Binary | 1100111 | 100 | 1011010 | 0 | 1100000 | 1101 | 111100 | 100110100 | 1011101 | 10101 |
Color Harmonies of #67045A
Complementary color
Monochromatic Colors of #67045A
Black with #67045A
Text Example
Text Example
White with #67045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67045A; }
p { color: rgb(103,4,90); }
H1.HeaderClassName
{
color: #67045A;
}
.AnyTagClassName
{
color: #67045A;
}
</style>
background-color css
<style>
a { background-color: #67045A; }
a { background-color: rgb(103,4,90); }
div.DivClassName
{
background-color: #67045A;
}
.BgClassName
{
background-color: #67045A;
}
</style>
border-color css
<style>
span { border-color: #67045A; }
span { border-color: rgb(103,4,90); }
td.TdClassName
{
border-color: #67045A;
}
.TagClassName
{
border-color: #67045A;
}
</style>