Shades of Palatinate Purple #6F0460
Tints of Palatinate Purple #6F0460
RGB
CMYK
RGB Variations
Color information
#6F0460 (or 0x6F0460) is known color: Palatinate Purple. HEX triplet: 6F, 04 and 60. RGB value is (111,4,96). Sum of RGB (Red+Green+Blue) = 111+4+96=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0460 is #90FB9F. Grayscale: #2E2E2E. Windows color (decimal): -9501600 or 6292591. OLE color: 6292591.
HSL color Cylindrical-coordinate representation of color #6F0460: hue angle of 308.41º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0460 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 96 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.56 |
| HSL | 308.41º | 0.93% | 0.23% | - |
| HSV(B) | 308.41º | 0.96% | 0.44% | - |
| XYZ | 8.71 | 4.31 | 11.44 | - |
| YUV | 46.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 96 | 0 | 0.96 | 0.14 | 0.56 | 308.41 | 0.93 | 0.23 |
| Hex | 6F | 4 | 60 | 0 | 60 | E | 38 | 134 | 5D | 17 |
| Octal | 157 | 4 | 140 | 0 | 140 | 16 | 70 | 464 | 135 | 27 |
| Binary | 1101111 | 100 | 1100000 | 0 | 1100000 | 1110 | 111000 | 100110100 | 1011101 | 10111 |
Color Harmonies of #6F0460
Complementary color
Monochromatic Colors of #6F0460
Black with #6F0460
Text Example
Text Example
White with #6F0460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0460; }
p { color: rgb(111,4,96); }
H1.HeaderClassName
{
color: #6F0460;
}
.AnyTagClassName
{
color: #6F0460;
}
</style>
background-color css
<style>
a { background-color: #6F0460; }
a { background-color: rgb(111,4,96); }
div.DivClassName
{
background-color: #6F0460;
}
.BgClassName
{
background-color: #6F0460;
}
</style>
border-color css
<style>
span { border-color: #6F0460; }
span { border-color: rgb(111,4,96); }
td.TdClassName
{
border-color: #6F0460;
}
.TagClassName
{
border-color: #6F0460;
}
</style>