Shades of Palatinate Purple #6F3462
Tints of Palatinate Purple #6F3462
RGB
CMYK
RGB Variations
Color information
#6F3462 (or 0x6F3462) is known color: Palatinate Purple. HEX triplet: 6F, 34 and 62. RGB value is (111,52,98). Sum of RGB (Red+Green+Blue) = 111+52+98=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3462 is #90CB9D. Grayscale: #4A4A4A. Windows color (decimal): -9489310 or 6435951. OLE color: 6435951.
HSL color Cylindrical-coordinate representation of color #6F3462: hue angle of 313.22º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3462 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 98 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.56 |
| HSL | 313.22º | 0.36% | 0.32% | - |
| HSV(B) | 313.22º | 0.53% | 0.44% | - |
| XYZ | 9.99 | 6.72 | 12.33 | - |
| YUV | 74.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 98 | 0 | 0.53 | 0.12 | 0.56 | 313.22 | 0.36 | 0.32 |
| Hex | 6F | 34 | 62 | 0 | 35 | C | 38 | 139 | 24 | 20 |
| Octal | 157 | 64 | 142 | 0 | 65 | 14 | 70 | 471 | 44 | 40 |
| Binary | 1101111 | 110100 | 1100010 | 0 | 110101 | 1100 | 111000 | 100111001 | 100100 | 100000 |
Color Harmonies of #6F3462
Complementary color
Monochromatic Colors of #6F3462
Black with #6F3462
Text Example
Text Example
White with #6F3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3462; }
p { color: rgb(111,52,98); }
H1.HeaderClassName
{
color: #6F3462;
}
.AnyTagClassName
{
color: #6F3462;
}
</style>
background-color css
<style>
a { background-color: #6F3462; }
a { background-color: rgb(111,52,98); }
div.DivClassName
{
background-color: #6F3462;
}
.BgClassName
{
background-color: #6F3462;
}
</style>
border-color css
<style>
span { border-color: #6F3462; }
span { border-color: rgb(111,52,98); }
td.TdClassName
{
border-color: #6F3462;
}
.TagClassName
{
border-color: #6F3462;
}
</style>