Shades of Palatinate Purple #6F0B5C
Tints of Palatinate Purple #6F0B5C
RGB
CMYK
RGB Variations
Color information
#6F0B5C (or 0x6F0B5C) is known color: Palatinate Purple. HEX triplet: 6F, 0B and 5C. RGB value is (111,11,92). Sum of RGB (Red+Green+Blue) = 111+11+92=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B5C is #90F4A3. Grayscale: #313131. Windows color (decimal): -9499812 or 6032239. OLE color: 6032239.
HSL color Cylindrical-coordinate representation of color #6F0B5C: hue angle of 311.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B5C is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 92 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.56 |
| HSL | 311.4º | 0.82% | 0.24% | - |
| HSV(B) | 311.4º | 0.9% | 0.44% | - |
| XYZ | 8.61 | 4.39 | 10.52 | - |
| YUV | 50.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 92 | 0 | 0.90 | 0.17 | 0.56 | 311.4 | 0.82 | 0.24 |
| Hex | 6F | B | 5C | 0 | 5A | 11 | 38 | 137 | 52 | 18 |
| Octal | 157 | 13 | 134 | 0 | 132 | 21 | 70 | 467 | 122 | 30 |
| Binary | 1101111 | 1011 | 1011100 | 0 | 1011010 | 10001 | 111000 | 100110111 | 1010010 | 11000 |
Color Harmonies of #6F0B5C
Complementary color
Monochromatic Colors of #6F0B5C
Black with #6F0B5C
Text Example
Text Example
White with #6F0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B5C; }
p { color: rgb(111,11,92); }
H1.HeaderClassName
{
color: #6F0B5C;
}
.AnyTagClassName
{
color: #6F0B5C;
}
</style>
background-color css
<style>
a { background-color: #6F0B5C; }
a { background-color: rgb(111,11,92); }
div.DivClassName
{
background-color: #6F0B5C;
}
.BgClassName
{
background-color: #6F0B5C;
}
</style>
border-color css
<style>
span { border-color: #6F0B5C; }
span { border-color: rgb(111,11,92); }
td.TdClassName
{
border-color: #6F0B5C;
}
.TagClassName
{
border-color: #6F0B5C;
}
</style>