Shades of Palatinate Purple #6F3467
Tints of Palatinate Purple #6F3467
RGB
CMYK
RGB Variations
Color information
#6F3467 (or 0x6F3467) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 67. RGB value is (111,52,103). Sum of RGB (Red+Green+Blue) = 111+52+103=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3467 is #90CB98. Grayscale: #4B4B4B. Windows color (decimal): -9489305 or 6763631. OLE color: 6763631.
HSL color Cylindrical-coordinate representation of color #6F3467: hue angle of 308.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3467 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 103 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.56 |
| HSL | 308.14º | 0.36% | 0.32% | - |
| HSV(B) | 308.14º | 0.53% | 0.44% | - |
| XYZ | 10.23 | 6.81 | 13.61 | - |
| YUV | 75.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 103 | 0 | 0.53 | 0.07 | 0.56 | 308.14 | 0.36 | 0.32 |
| Hex | 6F | 34 | 67 | 0 | 35 | 7 | 38 | 134 | 24 | 20 |
| Octal | 157 | 64 | 147 | 0 | 65 | 7 | 70 | 464 | 44 | 40 |
| Binary | 1101111 | 110100 | 1100111 | 0 | 110101 | 111 | 111000 | 100110100 | 100100 | 100000 |
Color Harmonies of #6F3467
Complementary color
Monochromatic Colors of #6F3467
Black with #6F3467
Text Example
Text Example
White with #6F3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3467; }
p { color: rgb(111,52,103); }
H1.HeaderClassName
{
color: #6F3467;
}
.AnyTagClassName
{
color: #6F3467;
}
</style>
background-color css
<style>
a { background-color: #6F3467; }
a { background-color: rgb(111,52,103); }
div.DivClassName
{
background-color: #6F3467;
}
.BgClassName
{
background-color: #6F3467;
}
</style>
border-color css
<style>
span { border-color: #6F3467; }
span { border-color: rgb(111,52,103); }
td.TdClassName
{
border-color: #6F3467;
}
.TagClassName
{
border-color: #6F3467;
}
</style>