Shades of Palatinate Purple #6F0A5C
Tints of Palatinate Purple #6F0A5C
RGB
CMYK
RGB Variations
Color information
#6F0A5C (or 0x6F0A5C) is known color: Palatinate Purple. HEX triplet: 6F, 0A and 5C. RGB value is (111,10,92). Sum of RGB (Red+Green+Blue) = 111+10+92=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A5C is #90F5A3. Grayscale: #313131. Windows color (decimal): -9500068 or 6031983. OLE color: 6031983.
HSL color Cylindrical-coordinate representation of color #6F0A5C: hue angle of 311.29º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A5C is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 92 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.56 |
| HSL | 311.29º | 0.83% | 0.24% | - |
| HSV(B) | 311.29º | 0.91% | 0.44% | - |
| XYZ | 8.6 | 4.37 | 10.52 | - |
| YUV | 49.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 92 | 0 | 0.91 | 0.17 | 0.56 | 311.29 | 0.83 | 0.24 |
| Hex | 6F | A | 5C | 0 | 5B | 11 | 38 | 137 | 53 | 18 |
| Octal | 157 | 12 | 134 | 0 | 133 | 21 | 70 | 467 | 123 | 30 |
| Binary | 1101111 | 1010 | 1011100 | 0 | 1011011 | 10001 | 111000 | 100110111 | 1010011 | 11000 |
Color Harmonies of #6F0A5C
Complementary color
Monochromatic Colors of #6F0A5C
Black with #6F0A5C
Text Example
Text Example
White with #6F0A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A5C; }
p { color: rgb(111,10,92); }
H1.HeaderClassName
{
color: #6F0A5C;
}
.AnyTagClassName
{
color: #6F0A5C;
}
</style>
background-color css
<style>
a { background-color: #6F0A5C; }
a { background-color: rgb(111,10,92); }
div.DivClassName
{
background-color: #6F0A5C;
}
.BgClassName
{
background-color: #6F0A5C;
}
</style>
border-color css
<style>
span { border-color: #6F0A5C; }
span { border-color: rgb(111,10,92); }
td.TdClassName
{
border-color: #6F0A5C;
}
.TagClassName
{
border-color: #6F0A5C;
}
</style>