Shades of Palatinate Purple #6F0F5A
Tints of Palatinate Purple #6F0F5A
RGB
CMYK
RGB Variations
Color information
#6F0F5A (or 0x6F0F5A) is known color: Palatinate Purple. HEX triplet: 6F, 0F and 5A. RGB value is (111,15,90). Sum of RGB (Red+Green+Blue) = 111+15+90=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F5A is #90F0A5. Grayscale: #343434. Windows color (decimal): -9498790 or 5902191. OLE color: 5902191.
HSL color Cylindrical-coordinate representation of color #6F0F5A: hue angle of 313.12º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F5A is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 90 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.56 |
| HSL | 313.13º | 0.76% | 0.25% | - |
| HSV(B) | 313.13º | 0.86% | 0.44% | - |
| XYZ | 8.57 | 4.46 | 10.08 | - |
| YUV | 52.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 90 | 0 | 0.86 | 0.19 | 0.56 | 313.13 | 0.76 | 0.25 |
| Hex | 6F | F | 5A | 0 | 56 | 13 | 38 | 139 | 4C | 19 |
| Octal | 157 | 17 | 132 | 0 | 126 | 23 | 70 | 471 | 114 | 31 |
| Binary | 1101111 | 1111 | 1011010 | 0 | 1010110 | 10011 | 111000 | 100111001 | 1001100 | 11001 |
Color Harmonies of #6F0F5A
Complementary color
Monochromatic Colors of #6F0F5A
Black with #6F0F5A
Text Example
Text Example
White with #6F0F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F5A; }
p { color: rgb(111,15,90); }
H1.HeaderClassName
{
color: #6F0F5A;
}
.AnyTagClassName
{
color: #6F0F5A;
}
</style>
background-color css
<style>
a { background-color: #6F0F5A; }
a { background-color: rgb(111,15,90); }
div.DivClassName
{
background-color: #6F0F5A;
}
.BgClassName
{
background-color: #6F0F5A;
}
</style>
border-color css
<style>
span { border-color: #6F0F5A; }
span { border-color: rgb(111,15,90); }
td.TdClassName
{
border-color: #6F0F5A;
}
.TagClassName
{
border-color: #6F0F5A;
}
</style>