Shades of Palatinate Purple #6F236A
Tints of Palatinate Purple #6F236A
RGB
CMYK
RGB Variations
Color information
#6F236A (or 0x6F236A) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 6A. RGB value is (111,35,106). Sum of RGB (Red+Green+Blue) = 111+35+106=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F236A is #90DC95. Grayscale: #414141. Windows color (decimal): -9493654 or 6955887. OLE color: 6955887.
HSL color Cylindrical-coordinate representation of color #6F236A: hue angle of 303.95º 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 #6F236A is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 106 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.56 |
| HSL | 303.95º | 0.52% | 0.29% | - |
| HSV(B) | 303.95º | 0.68% | 0.44% | - |
| XYZ | 9.76 | 5.62 | 14.21 | - |
| YUV | 65.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 106 | 0 | 0.68 | 0.05 | 0.56 | 303.95 | 0.52 | 0.29 |
| Hex | 6F | 23 | 6A | 0 | 44 | 5 | 38 | 130 | 34 | 1D |
| Octal | 157 | 43 | 152 | 0 | 104 | 5 | 70 | 460 | 64 | 35 |
| Binary | 1101111 | 100011 | 1101010 | 0 | 1000100 | 101 | 111000 | 100110000 | 110100 | 11101 |
Color Harmonies of #6F236A
Complementary color
Monochromatic Colors of #6F236A
Black with #6F236A
Text Example
Text Example
White with #6F236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F236A; }
p { color: rgb(111,35,106); }
H1.HeaderClassName
{
color: #6F236A;
}
.AnyTagClassName
{
color: #6F236A;
}
</style>
background-color css
<style>
a { background-color: #6F236A; }
a { background-color: rgb(111,35,106); }
div.DivClassName
{
background-color: #6F236A;
}
.BgClassName
{
background-color: #6F236A;
}
</style>
border-color css
<style>
span { border-color: #6F236A; }
span { border-color: rgb(111,35,106); }
td.TdClassName
{
border-color: #6F236A;
}
.TagClassName
{
border-color: #6F236A;
}
</style>