Shades of Palatinate Purple #6F235A
Tints of Palatinate Purple #6F235A
RGB
CMYK
RGB Variations
Color information
#6F235A (or 0x6F235A) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 5A. RGB value is (111,35,90). Sum of RGB (Red+Green+Blue) = 111+35+90=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F235A is #90DCA5. Grayscale: #3F3F3F. Windows color (decimal): -9493670 or 5907311. OLE color: 5907311.
HSL color Cylindrical-coordinate representation of color #6F235A: hue angle of 316.58º 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 #6F235A is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 90 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.56 |
| HSL | 316.58º | 0.52% | 0.29% | - |
| HSV(B) | 316.58º | 0.68% | 0.44% | - |
| XYZ | 9 | 5.32 | 10.23 | - |
| YUV | 63.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 90 | 0 | 0.68 | 0.19 | 0.56 | 316.58 | 0.52 | 0.29 |
| Hex | 6F | 23 | 5A | 0 | 44 | 13 | 38 | 13D | 34 | 1D |
| Octal | 157 | 43 | 132 | 0 | 104 | 23 | 70 | 475 | 64 | 35 |
| Binary | 1101111 | 100011 | 1011010 | 0 | 1000100 | 10011 | 111000 | 100111101 | 110100 | 11101 |
Color Harmonies of #6F235A
Complementary color
Monochromatic Colors of #6F235A
Black with #6F235A
Text Example
Text Example
White with #6F235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F235A; }
p { color: rgb(111,35,90); }
H1.HeaderClassName
{
color: #6F235A;
}
.AnyTagClassName
{
color: #6F235A;
}
</style>
background-color css
<style>
a { background-color: #6F235A; }
a { background-color: rgb(111,35,90); }
div.DivClassName
{
background-color: #6F235A;
}
.BgClassName
{
background-color: #6F235A;
}
</style>
border-color css
<style>
span { border-color: #6F235A; }
span { border-color: rgb(111,35,90); }
td.TdClassName
{
border-color: #6F235A;
}
.TagClassName
{
border-color: #6F235A;
}
</style>