Shades of Palatinate Purple #6F236C
Tints of Palatinate Purple #6F236C
RGB
CMYK
RGB Variations
Color information
#6F236C (or 0x6F236C) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 6C. RGB value is (111,35,108). Sum of RGB (Red+Green+Blue) = 111+35+108=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F236C is #90DC93. Grayscale: #414141. Windows color (decimal): -9493652 or 7086959. OLE color: 7086959.
HSL color Cylindrical-coordinate representation of color #6F236C: hue angle of 302.37º 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 #6F236C is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 108 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.56 |
| HSL | 302.37º | 0.52% | 0.29% | - |
| HSV(B) | 302.37º | 0.68% | 0.44% | - |
| XYZ | 9.86 | 5.66 | 14.76 | - |
| YUV | 66.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 108 | 0 | 0.68 | 0.03 | 0.56 | 302.37 | 0.52 | 0.29 |
| Hex | 6F | 23 | 6C | 0 | 44 | 3 | 38 | 12E | 34 | 1D |
| Octal | 157 | 43 | 154 | 0 | 104 | 3 | 70 | 456 | 64 | 35 |
| Binary | 1101111 | 100011 | 1101100 | 0 | 1000100 | 11 | 111000 | 100101110 | 110100 | 11101 |
Color Harmonies of #6F236C
Complementary color
Monochromatic Colors of #6F236C
Black with #6F236C
Text Example
Text Example
White with #6F236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F236C; }
p { color: rgb(111,35,108); }
H1.HeaderClassName
{
color: #6F236C;
}
.AnyTagClassName
{
color: #6F236C;
}
</style>
background-color css
<style>
a { background-color: #6F236C; }
a { background-color: rgb(111,35,108); }
div.DivClassName
{
background-color: #6F236C;
}
.BgClassName
{
background-color: #6F236C;
}
</style>
border-color css
<style>
span { border-color: #6F236C; }
span { border-color: rgb(111,35,108); }
td.TdClassName
{
border-color: #6F236C;
}
.TagClassName
{
border-color: #6F236C;
}
</style>