Shades of Palatinate Purple #6F0962
Tints of Palatinate Purple #6F0962
RGB
CMYK
RGB Variations
Color information
#6F0962 (or 0x6F0962) is known color: Palatinate Purple. HEX triplet: 6F, 09 and 62. RGB value is (111,9,98). Sum of RGB (Red+Green+Blue) = 111+9+98=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0962 is #90F69D. Grayscale: #313131. Windows color (decimal): -9500318 or 6424943. OLE color: 6424943.
HSL color Cylindrical-coordinate representation of color #6F0962: hue angle of 307.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0962 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 98 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.56 |
| HSL | 307.65º | 0.85% | 0.24% | - |
| HSV(B) | 307.65º | 0.92% | 0.44% | - |
| XYZ | 8.86 | 4.46 | 11.95 | - |
| YUV | 49.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 98 | 0 | 0.92 | 0.12 | 0.56 | 307.65 | 0.85 | 0.24 |
| Hex | 6F | 9 | 62 | 0 | 5C | C | 38 | 134 | 55 | 18 |
| Octal | 157 | 11 | 142 | 0 | 134 | 14 | 70 | 464 | 125 | 30 |
| Binary | 1101111 | 1001 | 1100010 | 0 | 1011100 | 1100 | 111000 | 100110100 | 1010101 | 11000 |
Color Harmonies of #6F0962
Complementary color
Monochromatic Colors of #6F0962
Black with #6F0962
Text Example
Text Example
White with #6F0962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0962; }
p { color: rgb(111,9,98); }
H1.HeaderClassName
{
color: #6F0962;
}
.AnyTagClassName
{
color: #6F0962;
}
</style>
background-color css
<style>
a { background-color: #6F0962; }
a { background-color: rgb(111,9,98); }
div.DivClassName
{
background-color: #6F0962;
}
.BgClassName
{
background-color: #6F0962;
}
</style>
border-color css
<style>
span { border-color: #6F0962; }
span { border-color: rgb(111,9,98); }
td.TdClassName
{
border-color: #6F0962;
}
.TagClassName
{
border-color: #6F0962;
}
</style>