Shades of Palatinate Purple #6F045C
Tints of Palatinate Purple #6F045C
RGB
CMYK
RGB Variations
Color information
#6F045C (or 0x6F045C) is known color: Palatinate Purple. HEX triplet: 6F, 04 and 5C. RGB value is (111,4,92). Sum of RGB (Red+Green+Blue) = 111+4+92=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F045C is #90FBA3. Grayscale: #2D2D2D. Windows color (decimal): -9501604 or 6030447. OLE color: 6030447.
HSL color Cylindrical-coordinate representation of color #6F045C: hue angle of 310.65º 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 #6F045C is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 92 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.56 |
| HSL | 310.65º | 0.93% | 0.23% | - |
| HSV(B) | 310.65º | 0.96% | 0.44% | - |
| XYZ | 8.53 | 4.24 | 10.49 | - |
| YUV | 46.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 92 | 0 | 0.96 | 0.17 | 0.56 | 310.65 | 0.93 | 0.23 |
| Hex | 6F | 4 | 5C | 0 | 60 | 11 | 38 | 137 | 5D | 17 |
| Octal | 157 | 4 | 134 | 0 | 140 | 21 | 70 | 467 | 135 | 27 |
| Binary | 1101111 | 100 | 1011100 | 0 | 1100000 | 10001 | 111000 | 100110111 | 1011101 | 10111 |
Color Harmonies of #6F045C
Complementary color
Monochromatic Colors of #6F045C
Black with #6F045C
Text Example
Text Example
White with #6F045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F045C; }
p { color: rgb(111,4,92); }
H1.HeaderClassName
{
color: #6F045C;
}
.AnyTagClassName
{
color: #6F045C;
}
</style>
background-color css
<style>
a { background-color: #6F045C; }
a { background-color: rgb(111,4,92); }
div.DivClassName
{
background-color: #6F045C;
}
.BgClassName
{
background-color: #6F045C;
}
</style>
border-color css
<style>
span { border-color: #6F045C; }
span { border-color: rgb(111,4,92); }
td.TdClassName
{
border-color: #6F045C;
}
.TagClassName
{
border-color: #6F045C;
}
</style>