Shades of Palatinate Purple #6F2467
Tints of Palatinate Purple #6F2467
RGB
CMYK
RGB Variations
Color information
#6F2467 (or 0x6F2467) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 67. RGB value is (111,36,103). Sum of RGB (Red+Green+Blue) = 111+36+103=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2467 is #90DB98. Grayscale: #414141. Windows color (decimal): -9493401 or 6759535. OLE color: 6759535.
HSL color Cylindrical-coordinate representation of color #6F2467: hue angle of 306.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2467 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 103 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.56 |
| HSL | 306.4º | 0.51% | 0.29% | - |
| HSV(B) | 306.4º | 0.68% | 0.44% | - |
| XYZ | 9.63 | 5.62 | 13.41 | - |
| YUV | 66.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 103 | 0 | 0.68 | 0.07 | 0.56 | 306.4 | 0.51 | 0.29 |
| Hex | 6F | 24 | 67 | 0 | 44 | 7 | 38 | 132 | 33 | 1D |
| Octal | 157 | 44 | 147 | 0 | 104 | 7 | 70 | 462 | 63 | 35 |
| Binary | 1101111 | 100100 | 1100111 | 0 | 1000100 | 111 | 111000 | 100110010 | 110011 | 11101 |
Color Harmonies of #6F2467
Complementary color
Monochromatic Colors of #6F2467
Black with #6F2467
Text Example
Text Example
White with #6F2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2467; }
p { color: rgb(111,36,103); }
H1.HeaderClassName
{
color: #6F2467;
}
.AnyTagClassName
{
color: #6F2467;
}
</style>
background-color css
<style>
a { background-color: #6F2467; }
a { background-color: rgb(111,36,103); }
div.DivClassName
{
background-color: #6F2467;
}
.BgClassName
{
background-color: #6F2467;
}
</style>
border-color css
<style>
span { border-color: #6F2467; }
span { border-color: rgb(111,36,103); }
td.TdClassName
{
border-color: #6F2467;
}
.TagClassName
{
border-color: #6F2467;
}
</style>