Shades of Palatinate Purple #6F3962
Tints of Palatinate Purple #6F3962
RGB
CMYK
RGB Variations
Color information
#6F3962 (or 0x6F3962) is known color: Palatinate Purple. HEX triplet: 6F, 39 and 62. RGB value is (111,57,98). Sum of RGB (Red+Green+Blue) = 111+57+98=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3962 is #90C69D. Grayscale: #4D4D4D. Windows color (decimal): -9488030 or 6437231. OLE color: 6437231.
HSL color Cylindrical-coordinate representation of color #6F3962: hue angle of 314.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F3962 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 98 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.56 |
| HSL | 314.44º | 0.32% | 0.33% | - |
| HSV(B) | 314.44º | 0.49% | 0.44% | - |
| XYZ | 10.22 | 7.19 | 12.4 | - |
| YUV | 77.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 98 | 0 | 0.49 | 0.12 | 0.56 | 314.44 | 0.32 | 0.33 |
| Hex | 6F | 39 | 62 | 0 | 31 | C | 38 | 13A | 20 | 21 |
| Octal | 157 | 71 | 142 | 0 | 61 | 14 | 70 | 472 | 40 | 41 |
| Binary | 1101111 | 111001 | 1100010 | 0 | 110001 | 1100 | 111000 | 100111010 | 100000 | 100001 |
Color Harmonies of #6F3962
Complementary color
Monochromatic Colors of #6F3962
Black with #6F3962
Text Example
Text Example
White with #6F3962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3962; }
p { color: rgb(111,57,98); }
H1.HeaderClassName
{
color: #6F3962;
}
.AnyTagClassName
{
color: #6F3962;
}
</style>
background-color css
<style>
a { background-color: #6F3962; }
a { background-color: rgb(111,57,98); }
div.DivClassName
{
background-color: #6F3962;
}
.BgClassName
{
background-color: #6F3962;
}
</style>
border-color css
<style>
span { border-color: #6F3962; }
span { border-color: rgb(111,57,98); }
td.TdClassName
{
border-color: #6F3962;
}
.TagClassName
{
border-color: #6F3962;
}
</style>