Shades of Palatinate Purple #6F246A
Tints of Palatinate Purple #6F246A
RGB
CMYK
RGB Variations
Color information
#6F246A (or 0x6F246A) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 6A. RGB value is (111,36,106). Sum of RGB (Red+Green+Blue) = 111+36+106=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F246A is #90DB95. Grayscale: #424242. Windows color (decimal): -9493398 or 6956143. OLE color: 6956143.
HSL color Cylindrical-coordinate representation of color #6F246A: hue angle of 304º 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 #6F246A is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 106 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.56 |
| HSL | 304º | 0.51% | 0.29% | - |
| HSV(B) | 304º | 0.68% | 0.44% | - |
| XYZ | 9.79 | 5.68 | 14.22 | - |
| YUV | 66.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 106 | 0 | 0.68 | 0.05 | 0.56 | 304 | 0.51 | 0.29 |
| Hex | 6F | 24 | 6A | 0 | 44 | 5 | 38 | 130 | 33 | 1D |
| Octal | 157 | 44 | 152 | 0 | 104 | 5 | 70 | 460 | 63 | 35 |
| Binary | 1101111 | 100100 | 1101010 | 0 | 1000100 | 101 | 111000 | 100110000 | 110011 | 11101 |
Color Harmonies of #6F246A
Complementary color
Monochromatic Colors of #6F246A
Black with #6F246A
Text Example
Text Example
White with #6F246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F246A; }
p { color: rgb(111,36,106); }
H1.HeaderClassName
{
color: #6F246A;
}
.AnyTagClassName
{
color: #6F246A;
}
</style>
background-color css
<style>
a { background-color: #6F246A; }
a { background-color: rgb(111,36,106); }
div.DivClassName
{
background-color: #6F246A;
}
.BgClassName
{
background-color: #6F246A;
}
</style>
border-color css
<style>
span { border-color: #6F246A; }
span { border-color: rgb(111,36,106); }
td.TdClassName
{
border-color: #6F246A;
}
.TagClassName
{
border-color: #6F246A;
}
</style>