Shades of Palatinate Purple #6F1E5D
Tints of Palatinate Purple #6F1E5D
RGB
CMYK
RGB Variations
Color information
#6F1E5D (or 0x6F1E5D) is known color: Palatinate Purple. HEX triplet: 6F, 1E and 5D. RGB value is (111,30,93). Sum of RGB (Red+Green+Blue) = 111+30+93=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E5D is #90E1A2. Grayscale: #3D3D3D. Windows color (decimal): -9494947 or 6102639. OLE color: 6102639.
HSL color Cylindrical-coordinate representation of color #6F1E5D: hue angle of 313.33º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E5D is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 93 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.56 |
| HSL | 313.33º | 0.57% | 0.28% | - |
| HSV(B) | 313.33º | 0.73% | 0.44% | - |
| XYZ | 9 | 5.1 | 10.87 | - |
| YUV | 61.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 93 | 0 | 0.73 | 0.16 | 0.56 | 313.33 | 0.57 | 0.28 |
| Hex | 6F | 1E | 5D | 0 | 49 | 10 | 38 | 139 | 39 | 1C |
| Octal | 157 | 36 | 135 | 0 | 111 | 20 | 70 | 471 | 71 | 34 |
| Binary | 1101111 | 11110 | 1011101 | 0 | 1001001 | 10000 | 111000 | 100111001 | 111001 | 11100 |
Color Harmonies of #6F1E5D
Complementary color
Monochromatic Colors of #6F1E5D
Black with #6F1E5D
Text Example
Text Example
White with #6F1E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E5D; }
p { color: rgb(111,30,93); }
H1.HeaderClassName
{
color: #6F1E5D;
}
.AnyTagClassName
{
color: #6F1E5D;
}
</style>
background-color css
<style>
a { background-color: #6F1E5D; }
a { background-color: rgb(111,30,93); }
div.DivClassName
{
background-color: #6F1E5D;
}
.BgClassName
{
background-color: #6F1E5D;
}
</style>
border-color css
<style>
span { border-color: #6F1E5D; }
span { border-color: rgb(111,30,93); }
td.TdClassName
{
border-color: #6F1E5D;
}
.TagClassName
{
border-color: #6F1E5D;
}
</style>