Shades of Palatinate Purple #6F045E
Tints of Palatinate Purple #6F045E
RGB
CMYK
RGB Variations
Color information
#6F045E (or 0x6F045E) is known color: Palatinate Purple. HEX triplet: 6F, 04 and 5E. RGB value is (111,4,94). Sum of RGB (Red+Green+Blue) = 111+4+94=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F045E is #90FBA1. Grayscale: #2E2E2E. Windows color (decimal): -9501602 or 6161519. OLE color: 6161519.
HSL color Cylindrical-coordinate representation of color #6F045E: hue angle of 309.53º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F045E is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 94 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.56 |
| HSL | 309.53º | 0.93% | 0.23% | - |
| HSV(B) | 309.53º | 0.96% | 0.44% | - |
| XYZ | 8.62 | 4.27 | 10.96 | - |
| YUV | 46.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 94 | 0 | 0.96 | 0.15 | 0.56 | 309.53 | 0.93 | 0.23 |
| Hex | 6F | 4 | 5E | 0 | 60 | F | 38 | 136 | 5D | 17 |
| Octal | 157 | 4 | 136 | 0 | 140 | 17 | 70 | 466 | 135 | 27 |
| Binary | 1101111 | 100 | 1011110 | 0 | 1100000 | 1111 | 111000 | 100110110 | 1011101 | 10111 |
Color Harmonies of #6F045E
Complementary color
Monochromatic Colors of #6F045E
Black with #6F045E
Text Example
Text Example
White with #6F045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F045E; }
p { color: rgb(111,4,94); }
H1.HeaderClassName
{
color: #6F045E;
}
.AnyTagClassName
{
color: #6F045E;
}
</style>
background-color css
<style>
a { background-color: #6F045E; }
a { background-color: rgb(111,4,94); }
div.DivClassName
{
background-color: #6F045E;
}
.BgClassName
{
background-color: #6F045E;
}
</style>
border-color css
<style>
span { border-color: #6F045E; }
span { border-color: rgb(111,4,94); }
td.TdClassName
{
border-color: #6F045E;
}
.TagClassName
{
border-color: #6F045E;
}
</style>