Shades of Palatinate Purple #6A1F65
Tints of Palatinate Purple #6A1F65
RGB
CMYK
RGB Variations
Color information
#6A1F65 (or 0x6A1F65) is known color: Palatinate Purple. HEX triplet: 6A, 1F and 65. RGB value is (106,31,101). Sum of RGB (Red+Green+Blue) = 106+31+101=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1F65 is #95E09A. Grayscale: #3D3D3D. Windows color (decimal): -9822363 or 6627178. OLE color: 6627178.
HSL color Cylindrical-coordinate representation of color #6A1F65: hue angle of 304º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A1F65 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 31 | 101 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.58 |
| HSL | 304º | 0.55% | 0.27% | - |
| HSV(B) | 304º | 0.71% | 0.42% | - |
| XYZ | 8.78 | 4.98 | 12.81 | - |
| YUV | 61.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 101 | 0 | 0.71 | 0.05 | 0.58 | 304 | 0.55 | 0.27 |
| Hex | 6A | 1F | 65 | 0 | 47 | 5 | 3A | 130 | 37 | 1B |
| Octal | 152 | 37 | 145 | 0 | 107 | 5 | 72 | 460 | 67 | 33 |
| Binary | 1101010 | 11111 | 1100101 | 0 | 1000111 | 101 | 111010 | 100110000 | 110111 | 11011 |
Color Harmonies of #6A1F65
Complementary color
Monochromatic Colors of #6A1F65
Black with #6A1F65
Text Example
Text Example
White with #6A1F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1F65; }
p { color: rgb(106,31,101); }
H1.HeaderClassName
{
color: #6A1F65;
}
.AnyTagClassName
{
color: #6A1F65;
}
</style>
background-color css
<style>
a { background-color: #6A1F65; }
a { background-color: rgb(106,31,101); }
div.DivClassName
{
background-color: #6A1F65;
}
.BgClassName
{
background-color: #6A1F65;
}
</style>
border-color css
<style>
span { border-color: #6A1F65; }
span { border-color: rgb(106,31,101); }
td.TdClassName
{
border-color: #6A1F65;
}
.TagClassName
{
border-color: #6A1F65;
}
</style>