Shades of Palatinate Purple #6F2367
Tints of Palatinate Purple #6F2367
RGB
CMYK
RGB Variations
Color information
#6F2367 (or 0x6F2367) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 67. RGB value is (111,35,103). Sum of RGB (Red+Green+Blue) = 111+35+103=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2367 is #90DC98. Grayscale: #414141. Windows color (decimal): -9493657 or 6759279. OLE color: 6759279.
HSL color Cylindrical-coordinate representation of color #6F2367: hue angle of 306.32º degrees, saturation: 0.52, 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 #6F2367 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 103 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.56 |
| HSL | 306.32º | 0.52% | 0.29% | - |
| HSV(B) | 306.32º | 0.68% | 0.44% | - |
| XYZ | 9.6 | 5.56 | 13.4 | - |
| YUV | 65.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 103 | 0 | 0.68 | 0.07 | 0.56 | 306.32 | 0.52 | 0.29 |
| Hex | 6F | 23 | 67 | 0 | 44 | 7 | 38 | 132 | 34 | 1D |
| Octal | 157 | 43 | 147 | 0 | 104 | 7 | 70 | 462 | 64 | 35 |
| Binary | 1101111 | 100011 | 1100111 | 0 | 1000100 | 111 | 111000 | 100110010 | 110100 | 11101 |
Color Harmonies of #6F2367
Complementary color
Monochromatic Colors of #6F2367
Black with #6F2367
Text Example
Text Example
White with #6F2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2367; }
p { color: rgb(111,35,103); }
H1.HeaderClassName
{
color: #6F2367;
}
.AnyTagClassName
{
color: #6F2367;
}
</style>
background-color css
<style>
a { background-color: #6F2367; }
a { background-color: rgb(111,35,103); }
div.DivClassName
{
background-color: #6F2367;
}
.BgClassName
{
background-color: #6F2367;
}
</style>
border-color css
<style>
span { border-color: #6F2367; }
span { border-color: rgb(111,35,103); }
td.TdClassName
{
border-color: #6F2367;
}
.TagClassName
{
border-color: #6F2367;
}
</style>