Shades of Palatinate Purple #6F3B63
Tints of Palatinate Purple #6F3B63
RGB
CMYK
RGB Variations
Color information
#6F3B63 (or 0x6F3B63) is known color: Palatinate Purple. HEX triplet: 6F, 3B and 63. RGB value is (111,59,99). Sum of RGB (Red+Green+Blue) = 111+59+99=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B63 is #90C49C. Grayscale: #4E4E4E. Windows color (decimal): -9487517 or 6503279. OLE color: 6503279.
HSL color Cylindrical-coordinate representation of color #6F3B63: hue angle of 313.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F3B63 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 59 | 99 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.56 |
| HSL | 313.85º | 0.31% | 0.33% | - |
| HSV(B) | 313.85º | 0.47% | 0.44% | - |
| XYZ | 10.37 | 7.41 | 12.69 | - |
| YUV | 79.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 99 | 0 | 0.47 | 0.11 | 0.56 | 313.85 | 0.31 | 0.33 |
| Hex | 6F | 3B | 63 | 0 | 2F | B | 38 | 13A | 1F | 21 |
| Octal | 157 | 73 | 143 | 0 | 57 | 13 | 70 | 472 | 37 | 41 |
| Binary | 1101111 | 111011 | 1100011 | 0 | 101111 | 1011 | 111000 | 100111010 | 11111 | 100001 |
Color Harmonies of #6F3B63
Complementary color
Monochromatic Colors of #6F3B63
Black with #6F3B63
Text Example
Text Example
White with #6F3B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3B63; }
p { color: rgb(111,59,99); }
H1.HeaderClassName
{
color: #6F3B63;
}
.AnyTagClassName
{
color: #6F3B63;
}
</style>
background-color css
<style>
a { background-color: #6F3B63; }
a { background-color: rgb(111,59,99); }
div.DivClassName
{
background-color: #6F3B63;
}
.BgClassName
{
background-color: #6F3B63;
}
</style>
border-color css
<style>
span { border-color: #6F3B63; }
span { border-color: rgb(111,59,99); }
td.TdClassName
{
border-color: #6F3B63;
}
.TagClassName
{
border-color: #6F3B63;
}
</style>