Shades of Palatinate Purple #6F2462
Tints of Palatinate Purple #6F2462
RGB
CMYK
RGB Variations
Color information
#6F2462 (or 0x6F2462) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 62. RGB value is (111,36,98). Sum of RGB (Red+Green+Blue) = 111+36+98=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2462 is #90DB9D. Grayscale: #414141. Windows color (decimal): -9493406 or 6431855. OLE color: 6431855.
HSL color Cylindrical-coordinate representation of color #6F2462: hue angle of 310.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2462 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 98 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.56 |
| HSL | 310.4º | 0.51% | 0.29% | - |
| HSV(B) | 310.4º | 0.68% | 0.44% | - |
| XYZ | 9.39 | 5.52 | 12.13 | - |
| YUV | 65.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 98 | 0 | 0.68 | 0.12 | 0.56 | 310.4 | 0.51 | 0.29 |
| Hex | 6F | 24 | 62 | 0 | 44 | C | 38 | 136 | 33 | 1D |
| Octal | 157 | 44 | 142 | 0 | 104 | 14 | 70 | 466 | 63 | 35 |
| Binary | 1101111 | 100100 | 1100010 | 0 | 1000100 | 1100 | 111000 | 100110110 | 110011 | 11101 |
Color Harmonies of #6F2462
Complementary color
Monochromatic Colors of #6F2462
Black with #6F2462
Text Example
Text Example
White with #6F2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2462; }
p { color: rgb(111,36,98); }
H1.HeaderClassName
{
color: #6F2462;
}
.AnyTagClassName
{
color: #6F2462;
}
</style>
background-color css
<style>
a { background-color: #6F2462; }
a { background-color: rgb(111,36,98); }
div.DivClassName
{
background-color: #6F2462;
}
.BgClassName
{
background-color: #6F2462;
}
</style>
border-color css
<style>
span { border-color: #6F2462; }
span { border-color: rgb(111,36,98); }
td.TdClassName
{
border-color: #6F2462;
}
.TagClassName
{
border-color: #6F2462;
}
</style>