Shades of Palatinate Purple #6A2F66
Tints of Palatinate Purple #6A2F66
RGB
CMYK
RGB Variations
Color information
#6A2F66 (or 0x6A2F66) is known color: Palatinate Purple. HEX triplet: 6A, 2F and 66. RGB value is (106,47,102). Sum of RGB (Red+Green+Blue) = 106+47+102=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2F66 is #95D099. Grayscale: #464646. Windows color (decimal): -9818266 or 6696810. OLE color: 6696810.
HSL color Cylindrical-coordinate representation of color #6A2F66: hue angle of 304.07º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A2F66 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 47 | 102 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.58 |
| HSL | 304.07º | 0.39% | 0.3% | - |
| HSV(B) | 304.07º | 0.56% | 0.42% | - |
| XYZ | 9.36 | 6.06 | 13.25 | - |
| YUV | 70.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 47 | 102 | 0 | 0.56 | 0.04 | 0.58 | 304.07 | 0.39 | 0.3 |
| Hex | 6A | 2F | 66 | 0 | 38 | 4 | 3A | 130 | 27 | 1E |
| Octal | 152 | 57 | 146 | 0 | 70 | 4 | 72 | 460 | 47 | 36 |
| Binary | 1101010 | 101111 | 1100110 | 0 | 111000 | 100 | 111010 | 100110000 | 100111 | 11110 |
Color Harmonies of #6A2F66
Complementary color
Monochromatic Colors of #6A2F66
Black with #6A2F66
Text Example
Text Example
White with #6A2F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2F66; }
p { color: rgb(106,47,102); }
H1.HeaderClassName
{
color: #6A2F66;
}
.AnyTagClassName
{
color: #6A2F66;
}
</style>
background-color css
<style>
a { background-color: #6A2F66; }
a { background-color: rgb(106,47,102); }
div.DivClassName
{
background-color: #6A2F66;
}
.BgClassName
{
background-color: #6A2F66;
}
</style>
border-color css
<style>
span { border-color: #6A2F66; }
span { border-color: rgb(106,47,102); }
td.TdClassName
{
border-color: #6A2F66;
}
.TagClassName
{
border-color: #6A2F66;
}
</style>