Shades of Palatinate Purple #6F0F63
Tints of Palatinate Purple #6F0F63
RGB
CMYK
RGB Variations
Color information
#6F0F63 (or 0x6F0F63) is known color: Palatinate Purple. HEX triplet: 6F, 0F and 63. RGB value is (111,15,99). Sum of RGB (Red+Green+Blue) = 111+15+99=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F63 is #90F09C. Grayscale: #353535. Windows color (decimal): -9498781 or 6492015. OLE color: 6492015.
HSL color Cylindrical-coordinate representation of color #6F0F63: hue angle of 307.5º 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 #6F0F63 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 99 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.56 |
| HSL | 307.5º | 0.76% | 0.25% | - |
| HSV(B) | 307.5º | 0.86% | 0.44% | - |
| XYZ | 8.98 | 4.62 | 12.22 | - |
| YUV | 53.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 99 | 0 | 0.86 | 0.11 | 0.56 | 307.5 | 0.76 | 0.25 |
| Hex | 6F | F | 63 | 0 | 56 | B | 38 | 134 | 4C | 19 |
| Octal | 157 | 17 | 143 | 0 | 126 | 13 | 70 | 464 | 114 | 31 |
| Binary | 1101111 | 1111 | 1100011 | 0 | 1010110 | 1011 | 111000 | 100110100 | 1001100 | 11001 |
Color Harmonies of #6F0F63
Complementary color
Monochromatic Colors of #6F0F63
Black with #6F0F63
Text Example
Text Example
White with #6F0F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F63; }
p { color: rgb(111,15,99); }
H1.HeaderClassName
{
color: #6F0F63;
}
.AnyTagClassName
{
color: #6F0F63;
}
</style>
background-color css
<style>
a { background-color: #6F0F63; }
a { background-color: rgb(111,15,99); }
div.DivClassName
{
background-color: #6F0F63;
}
.BgClassName
{
background-color: #6F0F63;
}
</style>
border-color css
<style>
span { border-color: #6F0F63; }
span { border-color: rgb(111,15,99); }
td.TdClassName
{
border-color: #6F0F63;
}
.TagClassName
{
border-color: #6F0F63;
}
</style>