Shades of Palatinate Purple #6F1D5C
Tints of Palatinate Purple #6F1D5C
RGB
CMYK
RGB Variations
Color information
#6F1D5C (or 0x6F1D5C) is known color: Palatinate Purple. HEX triplet: 6F, 1D and 5C. RGB value is (111,29,92). Sum of RGB (Red+Green+Blue) = 111+29+92=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D5C is #90E2A3. Grayscale: #3C3C3C. Windows color (decimal): -9495204 or 6036847. OLE color: 6036847.
HSL color Cylindrical-coordinate representation of color #6F1D5C: hue angle of 313.9º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F1D5C is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 29 | 92 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.56 |
| HSL | 313.9º | 0.59% | 0.27% | - |
| HSV(B) | 313.9º | 0.74% | 0.44% | - |
| XYZ | 8.93 | 5.03 | 10.63 | - |
| YUV | 60.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 29 | 92 | 0 | 0.74 | 0.17 | 0.56 | 313.9 | 0.59 | 0.27 |
| Hex | 6F | 1D | 5C | 0 | 4A | 11 | 38 | 13A | 3B | 1B |
| Octal | 157 | 35 | 134 | 0 | 112 | 21 | 70 | 472 | 73 | 33 |
| Binary | 1101111 | 11101 | 1011100 | 0 | 1001010 | 10001 | 111000 | 100111010 | 111011 | 11011 |
Color Harmonies of #6F1D5C
Complementary color
Monochromatic Colors of #6F1D5C
Black with #6F1D5C
Text Example
Text Example
White with #6F1D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1D5C; }
p { color: rgb(111,29,92); }
H1.HeaderClassName
{
color: #6F1D5C;
}
.AnyTagClassName
{
color: #6F1D5C;
}
</style>
background-color css
<style>
a { background-color: #6F1D5C; }
a { background-color: rgb(111,29,92); }
div.DivClassName
{
background-color: #6F1D5C;
}
.BgClassName
{
background-color: #6F1D5C;
}
</style>
border-color css
<style>
span { border-color: #6F1D5C; }
span { border-color: rgb(111,29,92); }
td.TdClassName
{
border-color: #6F1D5C;
}
.TagClassName
{
border-color: #6F1D5C;
}
</style>