Shades of Palatinate Purple #6F3260
Tints of Palatinate Purple #6F3260
RGB
CMYK
RGB Variations
Color information
#6F3260 (or 0x6F3260) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 60. RGB value is (111,50,96). Sum of RGB (Red+Green+Blue) = 111+50+96=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3260 is #90CD9F. Grayscale: #494949. Windows color (decimal): -9489824 or 6304367. OLE color: 6304367.
HSL color Cylindrical-coordinate representation of color #6F3260: hue angle of 314.75º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3260 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 96 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.56 |
| HSL | 314.75º | 0.38% | 0.32% | - |
| HSV(B) | 314.75º | 0.55% | 0.44% | - |
| XYZ | 9.81 | 6.51 | 11.81 | - |
| YUV | 73.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 96 | 0 | 0.55 | 0.14 | 0.56 | 314.75 | 0.38 | 0.32 |
| Hex | 6F | 32 | 60 | 0 | 37 | E | 38 | 13B | 26 | 20 |
| Octal | 157 | 62 | 140 | 0 | 67 | 16 | 70 | 473 | 46 | 40 |
| Binary | 1101111 | 110010 | 1100000 | 0 | 110111 | 1110 | 111000 | 100111011 | 100110 | 100000 |
Color Harmonies of #6F3260
Complementary color
Monochromatic Colors of #6F3260
Black with #6F3260
Text Example
Text Example
White with #6F3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3260; }
p { color: rgb(111,50,96); }
H1.HeaderClassName
{
color: #6F3260;
}
.AnyTagClassName
{
color: #6F3260;
}
</style>
background-color css
<style>
a { background-color: #6F3260; }
a { background-color: rgb(111,50,96); }
div.DivClassName
{
background-color: #6F3260;
}
.BgClassName
{
background-color: #6F3260;
}
</style>
border-color css
<style>
span { border-color: #6F3260; }
span { border-color: rgb(111,50,96); }
td.TdClassName
{
border-color: #6F3260;
}
.TagClassName
{
border-color: #6F3260;
}
</style>