Shades of Palatinate Purple #6F2A5A
Tints of Palatinate Purple #6F2A5A
RGB
CMYK
RGB Variations
Color information
#6F2A5A (or 0x6F2A5A) is known color: Palatinate Purple. HEX triplet: 6F, 2A and 5A. RGB value is (111,42,90). Sum of RGB (Red+Green+Blue) = 111+42+90=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2A5A is #90D5A5. Grayscale: #434343. Windows color (decimal): -9491878 or 5909103. OLE color: 5909103.
HSL color Cylindrical-coordinate representation of color #6F2A5A: hue angle of 318.26º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2A5A is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 90 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.56 |
| HSL | 318.26º | 0.45% | 0.3% | - |
| HSV(B) | 318.26º | 0.62% | 0.44% | - |
| XYZ | 9.23 | 5.77 | 10.3 | - |
| YUV | 68.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 90 | 0 | 0.62 | 0.19 | 0.56 | 318.26 | 0.45 | 0.3 |
| Hex | 6F | 2A | 5A | 0 | 3E | 13 | 38 | 13E | 2D | 1E |
| Octal | 157 | 52 | 132 | 0 | 76 | 23 | 70 | 476 | 55 | 36 |
| Binary | 1101111 | 101010 | 1011010 | 0 | 111110 | 10011 | 111000 | 100111110 | 101101 | 11110 |
Color Harmonies of #6F2A5A
Complementary color
Monochromatic Colors of #6F2A5A
Black with #6F2A5A
Text Example
Text Example
White with #6F2A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A5A; }
p { color: rgb(111,42,90); }
H1.HeaderClassName
{
color: #6F2A5A;
}
.AnyTagClassName
{
color: #6F2A5A;
}
</style>
background-color css
<style>
a { background-color: #6F2A5A; }
a { background-color: rgb(111,42,90); }
div.DivClassName
{
background-color: #6F2A5A;
}
.BgClassName
{
background-color: #6F2A5A;
}
</style>
border-color css
<style>
span { border-color: #6F2A5A; }
span { border-color: rgb(111,42,90); }
td.TdClassName
{
border-color: #6F2A5A;
}
.TagClassName
{
border-color: #6F2A5A;
}
</style>