Shades of Palatinate Purple #6A3658
Tints of Palatinate Purple #6A3658
RGB
CMYK
RGB Variations
Color information
#6A3658 (or 0x6A3658) is known color: Palatinate Purple. HEX triplet: 6A, 36 and 58. RGB value is (106,54,88). Sum of RGB (Red+Green+Blue) = 106+54+88=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3658 is #95C9A7. Grayscale: #494949. Windows color (decimal): -9816488 or 5781098. OLE color: 5781098.
HSL color Cylindrical-coordinate representation of color #6A3658: hue angle of 320.77º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A3658 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 54 | 88 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.58 |
| HSL | 320.77º | 0.33% | 0.31% | - |
| HSV(B) | 320.77º | 0.49% | 0.42% | - |
| XYZ | 9.02 | 6.41 | 9.99 | - |
| YUV | 73.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 88 | 0 | 0.49 | 0.17 | 0.58 | 320.77 | 0.33 | 0.31 |
| Hex | 6A | 36 | 58 | 0 | 31 | 11 | 3A | 141 | 20 | 1F |
| Octal | 152 | 66 | 130 | 0 | 61 | 21 | 72 | 501 | 40 | 37 |
| Binary | 1101010 | 110110 | 1011000 | 0 | 110001 | 10001 | 111010 | 101000001 | 100000 | 11111 |
Color Harmonies of #6A3658
Complementary color
Monochromatic Colors of #6A3658
Black with #6A3658
Text Example
Text Example
White with #6A3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3658; }
p { color: rgb(106,54,88); }
H1.HeaderClassName
{
color: #6A3658;
}
.AnyTagClassName
{
color: #6A3658;
}
</style>
background-color css
<style>
a { background-color: #6A3658; }
a { background-color: rgb(106,54,88); }
div.DivClassName
{
background-color: #6A3658;
}
.BgClassName
{
background-color: #6A3658;
}
</style>
border-color css
<style>
span { border-color: #6A3658; }
span { border-color: rgb(106,54,88); }
td.TdClassName
{
border-color: #6A3658;
}
.TagClassName
{
border-color: #6A3658;
}
</style>