Shades of Palatinate Purple #6F245A
Tints of Palatinate Purple #6F245A
RGB
CMYK
RGB Variations
Color information
#6F245A (or 0x6F245A) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 5A. RGB value is (111,36,90). Sum of RGB (Red+Green+Blue) = 111+36+90=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F245A is #90DBA5. Grayscale: #404040. Windows color (decimal): -9493414 or 5907567. OLE color: 5907567.
HSL color Cylindrical-coordinate representation of color #6F245A: hue angle of 316.8º 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 #6F245A is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 90 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.56 |
| HSL | 316.8º | 0.51% | 0.29% | - |
| HSV(B) | 316.8º | 0.68% | 0.44% | - |
| XYZ | 9.03 | 5.38 | 10.24 | - |
| YUV | 64.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 90 | 0 | 0.68 | 0.19 | 0.56 | 316.8 | 0.51 | 0.29 |
| Hex | 6F | 24 | 5A | 0 | 44 | 13 | 38 | 13D | 33 | 1D |
| Octal | 157 | 44 | 132 | 0 | 104 | 23 | 70 | 475 | 63 | 35 |
| Binary | 1101111 | 100100 | 1011010 | 0 | 1000100 | 10011 | 111000 | 100111101 | 110011 | 11101 |
Color Harmonies of #6F245A
Complementary color
Monochromatic Colors of #6F245A
Black with #6F245A
Text Example
Text Example
White with #6F245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F245A; }
p { color: rgb(111,36,90); }
H1.HeaderClassName
{
color: #6F245A;
}
.AnyTagClassName
{
color: #6F245A;
}
</style>
background-color css
<style>
a { background-color: #6F245A; }
a { background-color: rgb(111,36,90); }
div.DivClassName
{
background-color: #6F245A;
}
.BgClassName
{
background-color: #6F245A;
}
</style>
border-color css
<style>
span { border-color: #6F245A; }
span { border-color: rgb(111,36,90); }
td.TdClassName
{
border-color: #6F245A;
}
.TagClassName
{
border-color: #6F245A;
}
</style>