Shades of Palatinate Purple #6F2A5C
Tints of Palatinate Purple #6F2A5C
RGB
CMYK
RGB Variations
Color information
#6F2A5C (or 0x6F2A5C) is known color: Palatinate Purple. HEX triplet: 6F, 2A and 5C. RGB value is (111,42,92). Sum of RGB (Red+Green+Blue) = 111+42+92=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2A5C is #90D5A3. Grayscale: #444444. Windows color (decimal): -9491876 or 6040175. OLE color: 6040175.
HSL color Cylindrical-coordinate representation of color #6F2A5C: hue angle of 316.52º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2A5C is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 92 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.56 |
| HSL | 316.52º | 0.45% | 0.3% | - |
| HSV(B) | 316.52º | 0.62% | 0.44% | - |
| XYZ | 9.32 | 5.81 | 10.76 | - |
| YUV | 68.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 92 | 0 | 0.62 | 0.17 | 0.56 | 316.52 | 0.45 | 0.3 |
| Hex | 6F | 2A | 5C | 0 | 3E | 11 | 38 | 13D | 2D | 1E |
| Octal | 157 | 52 | 134 | 0 | 76 | 21 | 70 | 475 | 55 | 36 |
| Binary | 1101111 | 101010 | 1011100 | 0 | 111110 | 10001 | 111000 | 100111101 | 101101 | 11110 |
Color Harmonies of #6F2A5C
Complementary color
Monochromatic Colors of #6F2A5C
Black with #6F2A5C
Text Example
Text Example
White with #6F2A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A5C; }
p { color: rgb(111,42,92); }
H1.HeaderClassName
{
color: #6F2A5C;
}
.AnyTagClassName
{
color: #6F2A5C;
}
</style>
background-color css
<style>
a { background-color: #6F2A5C; }
a { background-color: rgb(111,42,92); }
div.DivClassName
{
background-color: #6F2A5C;
}
.BgClassName
{
background-color: #6F2A5C;
}
</style>
border-color css
<style>
span { border-color: #6F2A5C; }
span { border-color: rgb(111,42,92); }
td.TdClassName
{
border-color: #6F2A5C;
}
.TagClassName
{
border-color: #6F2A5C;
}
</style>