Shades of Palatinate Purple #6F285A
Tints of Palatinate Purple #6F285A
RGB
CMYK
RGB Variations
Color information
#6F285A (or 0x6F285A) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 5A. RGB value is (111,40,90). Sum of RGB (Red+Green+Blue) = 111+40+90=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F285A is #90D7A5. Grayscale: #424242. Windows color (decimal): -9492390 or 5908591. OLE color: 5908591.
HSL color Cylindrical-coordinate representation of color #6F285A: hue angle of 317.75º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F285A is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 90 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.56 |
| HSL | 317.75º | 0.47% | 0.3% | - |
| HSV(B) | 317.75º | 0.64% | 0.44% | - |
| XYZ | 9.16 | 5.64 | 10.28 | - |
| YUV | 66.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 90 | 0 | 0.64 | 0.19 | 0.56 | 317.75 | 0.47 | 0.3 |
| Hex | 6F | 28 | 5A | 0 | 40 | 13 | 38 | 13E | 2F | 1E |
| Octal | 157 | 50 | 132 | 0 | 100 | 23 | 70 | 476 | 57 | 36 |
| Binary | 1101111 | 101000 | 1011010 | 0 | 1000000 | 10011 | 111000 | 100111110 | 101111 | 11110 |
Color Harmonies of #6F285A
Complementary color
Monochromatic Colors of #6F285A
Black with #6F285A
Text Example
Text Example
White with #6F285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F285A; }
p { color: rgb(111,40,90); }
H1.HeaderClassName
{
color: #6F285A;
}
.AnyTagClassName
{
color: #6F285A;
}
</style>
background-color css
<style>
a { background-color: #6F285A; }
a { background-color: rgb(111,40,90); }
div.DivClassName
{
background-color: #6F285A;
}
.BgClassName
{
background-color: #6F285A;
}
</style>
border-color css
<style>
span { border-color: #6F285A; }
span { border-color: rgb(111,40,90); }
td.TdClassName
{
border-color: #6F285A;
}
.TagClassName
{
border-color: #6F285A;
}
</style>