Shades of Palatinate Purple #6F245B
Tints of Palatinate Purple #6F245B
RGB
CMYK
RGB Variations
Color information
#6F245B (or 0x6F245B) is known color: Palatinate Purple. HEX triplet: 6F, 24 and 5B. RGB value is (111,36,91). Sum of RGB (Red+Green+Blue) = 111+36+91=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F245B is #90DBA4. Grayscale: #404040. Windows color (decimal): -9493413 or 5973103. OLE color: 5973103.
HSL color Cylindrical-coordinate representation of color #6F245B: hue angle of 316º 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 #6F245B is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 91 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.56 |
| HSL | 316º | 0.51% | 0.29% | - |
| HSV(B) | 316º | 0.68% | 0.44% | - |
| XYZ | 9.07 | 5.4 | 10.46 | - |
| YUV | 64.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 91 | 0 | 0.68 | 0.18 | 0.56 | 316 | 0.51 | 0.29 |
| Hex | 6F | 24 | 5B | 0 | 44 | 12 | 38 | 13C | 33 | 1D |
| Octal | 157 | 44 | 133 | 0 | 104 | 22 | 70 | 474 | 63 | 35 |
| Binary | 1101111 | 100100 | 1011011 | 0 | 1000100 | 10010 | 111000 | 100111100 | 110011 | 11101 |
Color Harmonies of #6F245B
Complementary color
Monochromatic Colors of #6F245B
Black with #6F245B
Text Example
Text Example
White with #6F245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F245B; }
p { color: rgb(111,36,91); }
H1.HeaderClassName
{
color: #6F245B;
}
.AnyTagClassName
{
color: #6F245B;
}
</style>
background-color css
<style>
a { background-color: #6F245B; }
a { background-color: rgb(111,36,91); }
div.DivClassName
{
background-color: #6F245B;
}
.BgClassName
{
background-color: #6F245B;
}
</style>
border-color css
<style>
span { border-color: #6F245B; }
span { border-color: rgb(111,36,91); }
td.TdClassName
{
border-color: #6F245B;
}
.TagClassName
{
border-color: #6F245B;
}
</style>