Shades of Palatinate Purple #6F1C5C
Tints of Palatinate Purple #6F1C5C
RGB
CMYK
RGB Variations
Color information
#6F1C5C (or 0x6F1C5C) is known color: Palatinate Purple. HEX triplet: 6F, 1C and 5C. RGB value is (111,28,92). Sum of RGB (Red+Green+Blue) = 111+28+92=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1C5C is #90E3A3. Grayscale: #3B3B3B. Windows color (decimal): -9495460 or 6036591. OLE color: 6036591.
HSL color Cylindrical-coordinate representation of color #6F1C5C: hue angle of 313.73º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C5C is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 28 | 92 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.56 |
| HSL | 313.73º | 0.6% | 0.27% | - |
| HSV(B) | 313.73º | 0.75% | 0.44% | - |
| XYZ | 8.9 | 4.98 | 10.62 | - |
| YUV | 60.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 92 | 0 | 0.75 | 0.17 | 0.56 | 313.73 | 0.6 | 0.27 |
| Hex | 6F | 1C | 5C | 0 | 4B | 11 | 38 | 13A | 3C | 1B |
| Octal | 157 | 34 | 134 | 0 | 113 | 21 | 70 | 472 | 74 | 33 |
| Binary | 1101111 | 11100 | 1011100 | 0 | 1001011 | 10001 | 111000 | 100111010 | 111100 | 11011 |
Color Harmonies of #6F1C5C
Complementary color
Monochromatic Colors of #6F1C5C
Black with #6F1C5C
Text Example
Text Example
White with #6F1C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1C5C; }
p { color: rgb(111,28,92); }
H1.HeaderClassName
{
color: #6F1C5C;
}
.AnyTagClassName
{
color: #6F1C5C;
}
</style>
background-color css
<style>
a { background-color: #6F1C5C; }
a { background-color: rgb(111,28,92); }
div.DivClassName
{
background-color: #6F1C5C;
}
.BgClassName
{
background-color: #6F1C5C;
}
</style>
border-color css
<style>
span { border-color: #6F1C5C; }
span { border-color: rgb(111,28,92); }
td.TdClassName
{
border-color: #6F1C5C;
}
.TagClassName
{
border-color: #6F1C5C;
}
</style>