Shades of Palatinate Purple #6A185F
Tints of Palatinate Purple #6A185F
RGB
CMYK
RGB Variations
Color information
#6A185F (or 0x6A185F) is known color: Palatinate Purple. HEX triplet: 6A, 18 and 5F. RGB value is (106,24,95). Sum of RGB (Red+Green+Blue) = 106+24+95=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A185F is #95E7A0. Grayscale: #383838. Windows color (decimal): -9824161 or 6232170. OLE color: 6232170.
HSL color Cylindrical-coordinate representation of color #6A185F: hue angle of 308.05º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A185F is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 24 | 95 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.58 |
| HSL | 308.05º | 0.63% | 0.25% | - |
| HSV(B) | 308.05º | 0.77% | 0.42% | - |
| XYZ | 8.34 | 4.54 | 11.26 | - |
| YUV | 56.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 95 | 0 | 0.77 | 0.10 | 0.58 | 308.05 | 0.63 | 0.25 |
| Hex | 6A | 18 | 5F | 0 | 4D | A | 3A | 134 | 3F | 19 |
| Octal | 152 | 30 | 137 | 0 | 115 | 12 | 72 | 464 | 77 | 31 |
| Binary | 1101010 | 11000 | 1011111 | 0 | 1001101 | 1010 | 111010 | 100110100 | 111111 | 11001 |
Color Harmonies of #6A185F
Complementary color
Monochromatic Colors of #6A185F
Black with #6A185F
Text Example
Text Example
White with #6A185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A185F; }
p { color: rgb(106,24,95); }
H1.HeaderClassName
{
color: #6A185F;
}
.AnyTagClassName
{
color: #6A185F;
}
</style>
background-color css
<style>
a { background-color: #6A185F; }
a { background-color: rgb(106,24,95); }
div.DivClassName
{
background-color: #6A185F;
}
.BgClassName
{
background-color: #6A185F;
}
</style>
border-color css
<style>
span { border-color: #6A185F; }
span { border-color: rgb(106,24,95); }
td.TdClassName
{
border-color: #6A185F;
}
.TagClassName
{
border-color: #6A185F;
}
</style>