Shades of Palatinate Purple #6A1F62
Tints of Palatinate Purple #6A1F62
RGB
CMYK
RGB Variations
Color information
#6A1F62 (or 0x6A1F62) is known color: Palatinate Purple. HEX triplet: 6A, 1F and 62. RGB value is (106,31,98). Sum of RGB (Red+Green+Blue) = 106+31+98=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1F62 is #95E09D. Grayscale: #3C3C3C. Windows color (decimal): -9822366 or 6430570. OLE color: 6430570.
HSL color Cylindrical-coordinate representation of color #6A1F62: hue angle of 306.4º 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 #6A1F62 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 31 | 98 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.58 |
| HSL | 306.4º | 0.55% | 0.27% | - |
| HSV(B) | 306.4º | 0.71% | 0.42% | - |
| XYZ | 8.64 | 4.93 | 12.05 | - |
| YUV | 61.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 98 | 0 | 0.71 | 0.08 | 0.58 | 306.4 | 0.55 | 0.27 |
| Hex | 6A | 1F | 62 | 0 | 47 | 8 | 3A | 132 | 37 | 1B |
| Octal | 152 | 37 | 142 | 0 | 107 | 10 | 72 | 462 | 67 | 33 |
| Binary | 1101010 | 11111 | 1100010 | 0 | 1000111 | 1000 | 111010 | 100110010 | 110111 | 11011 |
Color Harmonies of #6A1F62
Complementary color
Monochromatic Colors of #6A1F62
Black with #6A1F62
Text Example
Text Example
White with #6A1F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1F62; }
p { color: rgb(106,31,98); }
H1.HeaderClassName
{
color: #6A1F62;
}
.AnyTagClassName
{
color: #6A1F62;
}
</style>
background-color css
<style>
a { background-color: #6A1F62; }
a { background-color: rgb(106,31,98); }
div.DivClassName
{
background-color: #6A1F62;
}
.BgClassName
{
background-color: #6A1F62;
}
</style>
border-color css
<style>
span { border-color: #6A1F62; }
span { border-color: rgb(106,31,98); }
td.TdClassName
{
border-color: #6A1F62;
}
.TagClassName
{
border-color: #6A1F62;
}
</style>