Shades of Palatinate Purple #6F186C
Tints of Palatinate Purple #6F186C
RGB
CMYK
RGB Variations
Color information
#6F186C (or 0x6F186C) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 6C. RGB value is (111,24,108). Sum of RGB (Red+Green+Blue) = 111+24+108=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F186C is #90E793. Grayscale: #3B3B3B. Windows color (decimal): -9496468 or 7084143. OLE color: 7084143.
HSL color Cylindrical-coordinate representation of color #6F186C: hue angle of 302.07º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F186C is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 108 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.56 |
| HSL | 302.07º | 0.64% | 0.26% | - |
| HSV(B) | 302.07º | 0.78% | 0.44% | - |
| XYZ | 9.59 | 5.12 | 14.67 | - |
| YUV | 59.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 108 | 0 | 0.78 | 0.03 | 0.56 | 302.07 | 0.64 | 0.26 |
| Hex | 6F | 18 | 6C | 0 | 4E | 3 | 38 | 12E | 40 | 1A |
| Octal | 157 | 30 | 154 | 0 | 116 | 3 | 70 | 456 | 100 | 32 |
| Binary | 1101111 | 11000 | 1101100 | 0 | 1001110 | 11 | 111000 | 100101110 | 1000000 | 11010 |
Color Harmonies of #6F186C
Complementary color
Monochromatic Colors of #6F186C
Black with #6F186C
Text Example
Text Example
White with #6F186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F186C; }
p { color: rgb(111,24,108); }
H1.HeaderClassName
{
color: #6F186C;
}
.AnyTagClassName
{
color: #6F186C;
}
</style>
background-color css
<style>
a { background-color: #6F186C; }
a { background-color: rgb(111,24,108); }
div.DivClassName
{
background-color: #6F186C;
}
.BgClassName
{
background-color: #6F186C;
}
</style>
border-color css
<style>
span { border-color: #6F186C; }
span { border-color: rgb(111,24,108); }
td.TdClassName
{
border-color: #6F186C;
}
.TagClassName
{
border-color: #6F186C;
}
</style>