Shades of Palatinate Purple #67095F
Tints of Palatinate Purple #67095F
RGB
CMYK
RGB Variations
Color information
#67095F (or 0x67095F) is known color: Palatinate Purple. HEX triplet: 67, 09 and 5F. RGB value is (103,9,95). Sum of RGB (Red+Green+Blue) = 103+9+95=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #67095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67095F is #98F6A0. Grayscale: #2E2E2E. Windows color (decimal): -10024609 or 6228327. OLE color: 6228327.
HSL color Cylindrical-coordinate representation of color #67095F: hue angle of 305.11º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67095F is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 9 | 95 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.60 |
| HSL | 305.11º | 0.84% | 0.22% | - |
| HSV(B) | 305.11º | 0.91% | 0.4% | - |
| XYZ | 7.76 | 3.91 | 11.17 | - |
| YUV | 46.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 95 | 0 | 0.91 | 0.08 | 0.60 | 305.11 | 0.84 | 0.22 |
| Hex | 67 | 9 | 5F | 0 | 5B | 8 | 3C | 131 | 54 | 16 |
| Octal | 147 | 11 | 137 | 0 | 133 | 10 | 74 | 461 | 124 | 26 |
| Binary | 1100111 | 1001 | 1011111 | 0 | 1011011 | 1000 | 111100 | 100110001 | 1010100 | 10110 |
Color Harmonies of #67095F
Complementary color
Monochromatic Colors of #67095F
Black with #67095F
Text Example
Text Example
White with #67095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67095F; }
p { color: rgb(103,9,95); }
H1.HeaderClassName
{
color: #67095F;
}
.AnyTagClassName
{
color: #67095F;
}
</style>
background-color css
<style>
a { background-color: #67095F; }
a { background-color: rgb(103,9,95); }
div.DivClassName
{
background-color: #67095F;
}
.BgClassName
{
background-color: #67095F;
}
</style>
border-color css
<style>
span { border-color: #67095F; }
span { border-color: rgb(103,9,95); }
td.TdClassName
{
border-color: #67095F;
}
.TagClassName
{
border-color: #67095F;
}
</style>