Shades of Palatinate Purple #6F1E5B
Tints of Palatinate Purple #6F1E5B
RGB
CMYK
RGB Variations
Color information
#6F1E5B (or 0x6F1E5B) is known color: Palatinate Purple. HEX triplet: 6F, 1E and 5B. RGB value is (111,30,91). Sum of RGB (Red+Green+Blue) = 111+30+91=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E5B is #90E1A4. Grayscale: #3D3D3D. Windows color (decimal): -9494949 or 5971567. OLE color: 5971567.
HSL color Cylindrical-coordinate representation of color #6F1E5B: hue angle of 314.81º 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 #6F1E5B is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 91 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.56 |
| HSL | 314.81º | 0.57% | 0.28% | - |
| HSV(B) | 314.81º | 0.73% | 0.44% | - |
| XYZ | 8.91 | 5.06 | 10.41 | - |
| YUV | 61.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 91 | 0 | 0.73 | 0.18 | 0.56 | 314.81 | 0.57 | 0.28 |
| Hex | 6F | 1E | 5B | 0 | 49 | 12 | 38 | 13B | 39 | 1C |
| Octal | 157 | 36 | 133 | 0 | 111 | 22 | 70 | 473 | 71 | 34 |
| Binary | 1101111 | 11110 | 1011011 | 0 | 1001001 | 10010 | 111000 | 100111011 | 111001 | 11100 |
Color Harmonies of #6F1E5B
Complementary color
Monochromatic Colors of #6F1E5B
Black with #6F1E5B
Text Example
Text Example
White with #6F1E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E5B; }
p { color: rgb(111,30,91); }
H1.HeaderClassName
{
color: #6F1E5B;
}
.AnyTagClassName
{
color: #6F1E5B;
}
</style>
background-color css
<style>
a { background-color: #6F1E5B; }
a { background-color: rgb(111,30,91); }
div.DivClassName
{
background-color: #6F1E5B;
}
.BgClassName
{
background-color: #6F1E5B;
}
</style>
border-color css
<style>
span { border-color: #6F1E5B; }
span { border-color: rgb(111,30,91); }
td.TdClassName
{
border-color: #6F1E5B;
}
.TagClassName
{
border-color: #6F1E5B;
}
</style>