Shades of Palatinate Purple #6A3055
Tints of Palatinate Purple #6A3055
RGB
CMYK
RGB Variations
Color information
#6A3055 (or 0x6A3055) is known color: Palatinate Purple. HEX triplet: 6A, 30 and 55. RGB value is (106,48,85). Sum of RGB (Red+Green+Blue) = 106+48+85=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3055 is #95CFAA. Grayscale: #454545. Windows color (decimal): -9818027 or 5582954. OLE color: 5582954.
HSL color Cylindrical-coordinate representation of color #6A3055: hue angle of 321.72º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3055 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 48 | 85 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.58 |
| HSL | 321.72º | 0.38% | 0.3% | - |
| HSV(B) | 321.72º | 0.55% | 0.42% | - |
| XYZ | 8.64 | 5.83 | 9.26 | - |
| YUV | 69.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 48 | 85 | 0 | 0.55 | 0.20 | 0.58 | 321.72 | 0.38 | 0.3 |
| Hex | 6A | 30 | 55 | 0 | 37 | 14 | 3A | 142 | 26 | 1E |
| Octal | 152 | 60 | 125 | 0 | 67 | 24 | 72 | 502 | 46 | 36 |
| Binary | 1101010 | 110000 | 1010101 | 0 | 110111 | 10100 | 111010 | 101000010 | 100110 | 11110 |
Color Harmonies of #6A3055
Complementary color
Monochromatic Colors of #6A3055
Black with #6A3055
Text Example
Text Example
White with #6A3055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3055; }
p { color: rgb(106,48,85); }
H1.HeaderClassName
{
color: #6A3055;
}
.AnyTagClassName
{
color: #6A3055;
}
</style>
background-color css
<style>
a { background-color: #6A3055; }
a { background-color: rgb(106,48,85); }
div.DivClassName
{
background-color: #6A3055;
}
.BgClassName
{
background-color: #6A3055;
}
</style>
border-color css
<style>
span { border-color: #6A3055; }
span { border-color: rgb(106,48,85); }
td.TdClassName
{
border-color: #6A3055;
}
.TagClassName
{
border-color: #6A3055;
}
</style>