Shades of Palatinate Purple #6F125B
Tints of Palatinate Purple #6F125B
RGB
CMYK
RGB Variations
Color information
#6F125B (or 0x6F125B) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 5B. RGB value is (111,18,91). Sum of RGB (Red+Green+Blue) = 111+18+91=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F125B is #90EDA4. Grayscale: #353535. Windows color (decimal): -9498021 or 5968495. OLE color: 5968495.
HSL color Cylindrical-coordinate representation of color #6F125B: hue angle of 312.9º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F125B is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 91 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.56 |
| HSL | 312.9º | 0.72% | 0.25% | - |
| HSV(B) | 312.9º | 0.84% | 0.44% | - |
| XYZ | 8.66 | 4.57 | 10.32 | - |
| YUV | 54.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 91 | 0 | 0.84 | 0.18 | 0.56 | 312.9 | 0.72 | 0.25 |
| Hex | 6F | 12 | 5B | 0 | 54 | 12 | 38 | 139 | 48 | 19 |
| Octal | 157 | 22 | 133 | 0 | 124 | 22 | 70 | 471 | 110 | 31 |
| Binary | 1101111 | 10010 | 1011011 | 0 | 1010100 | 10010 | 111000 | 100111001 | 1001000 | 11001 |
Color Harmonies of #6F125B
Complementary color
Monochromatic Colors of #6F125B
Black with #6F125B
Text Example
Text Example
White with #6F125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F125B; }
p { color: rgb(111,18,91); }
H1.HeaderClassName
{
color: #6F125B;
}
.AnyTagClassName
{
color: #6F125B;
}
</style>
background-color css
<style>
a { background-color: #6F125B; }
a { background-color: rgb(111,18,91); }
div.DivClassName
{
background-color: #6F125B;
}
.BgClassName
{
background-color: #6F125B;
}
</style>
border-color css
<style>
span { border-color: #6F125B; }
span { border-color: rgb(111,18,91); }
td.TdClassName
{
border-color: #6F125B;
}
.TagClassName
{
border-color: #6F125B;
}
</style>