Shades of Palatinate Purple #6F0F67
Tints of Palatinate Purple #6F0F67
RGB
CMYK
RGB Variations
Color information
#6F0F67 (or 0x6F0F67) is known color: Palatinate Purple. HEX triplet: 6F, 0F and 67. RGB value is (111,15,103). Sum of RGB (Red+Green+Blue) = 111+15+103=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F67 is #90F098. Grayscale: #353535. Windows color (decimal): -9498777 or 6754159. OLE color: 6754159.
HSL color Cylindrical-coordinate representation of color #6F0F67: hue angle of 305º 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 #6F0F67 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 103 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.56 |
| HSL | 305º | 0.76% | 0.25% | - |
| HSV(B) | 305º | 0.86% | 0.44% | - |
| XYZ | 9.17 | 4.7 | 13.26 | - |
| YUV | 53.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 103 | 0 | 0.86 | 0.07 | 0.56 | 305 | 0.76 | 0.25 |
| Hex | 6F | F | 67 | 0 | 56 | 7 | 38 | 131 | 4C | 19 |
| Octal | 157 | 17 | 147 | 0 | 126 | 7 | 70 | 461 | 114 | 31 |
| Binary | 1101111 | 1111 | 1100111 | 0 | 1010110 | 111 | 111000 | 100110001 | 1001100 | 11001 |
Color Harmonies of #6F0F67
Complementary color
Monochromatic Colors of #6F0F67
Black with #6F0F67
Text Example
Text Example
White with #6F0F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F67; }
p { color: rgb(111,15,103); }
H1.HeaderClassName
{
color: #6F0F67;
}
.AnyTagClassName
{
color: #6F0F67;
}
</style>
background-color css
<style>
a { background-color: #6F0F67; }
a { background-color: rgb(111,15,103); }
div.DivClassName
{
background-color: #6F0F67;
}
.BgClassName
{
background-color: #6F0F67;
}
</style>
border-color css
<style>
span { border-color: #6F0F67; }
span { border-color: rgb(111,15,103); }
td.TdClassName
{
border-color: #6F0F67;
}
.TagClassName
{
border-color: #6F0F67;
}
</style>