Shades of Palatinate Purple #6A1758
Tints of Palatinate Purple #6A1758
RGB
CMYK
RGB Variations
Color information
#6A1758 (or 0x6A1758) is known color: Palatinate Purple. HEX triplet: 6A, 17 and 58. RGB value is (106,23,88). Sum of RGB (Red+Green+Blue) = 106+23+88=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1758 is #95E8A7. Grayscale: #373737. Windows color (decimal): -9824424 or 5773162. OLE color: 5773162.
HSL color Cylindrical-coordinate representation of color #6A1758: hue angle of 313.01º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A1758 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 23 | 88 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.58 |
| HSL | 313.01º | 0.64% | 0.25% | - |
| HSV(B) | 313.01º | 0.78% | 0.42% | - |
| XYZ | 8.01 | 4.38 | 9.66 | - |
| YUV | 55.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 23 | 88 | 0 | 0.78 | 0.17 | 0.58 | 313.01 | 0.64 | 0.25 |
| Hex | 6A | 17 | 58 | 0 | 4E | 11 | 3A | 139 | 40 | 19 |
| Octal | 152 | 27 | 130 | 0 | 116 | 21 | 72 | 471 | 100 | 31 |
| Binary | 1101010 | 10111 | 1011000 | 0 | 1001110 | 10001 | 111010 | 100111001 | 1000000 | 11001 |
Color Harmonies of #6A1758
Complementary color
Monochromatic Colors of #6A1758
Black with #6A1758
Text Example
Text Example
White with #6A1758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1758; }
p { color: rgb(106,23,88); }
H1.HeaderClassName
{
color: #6A1758;
}
.AnyTagClassName
{
color: #6A1758;
}
</style>
background-color css
<style>
a { background-color: #6A1758; }
a { background-color: rgb(106,23,88); }
div.DivClassName
{
background-color: #6A1758;
}
.BgClassName
{
background-color: #6A1758;
}
</style>
border-color css
<style>
span { border-color: #6A1758; }
span { border-color: rgb(106,23,88); }
td.TdClassName
{
border-color: #6A1758;
}
.TagClassName
{
border-color: #6A1758;
}
</style>