Shades of Palatinate Purple #6A3258
Tints of Palatinate Purple #6A3258
RGB
CMYK
RGB Variations
Color information
#6A3258 (or 0x6A3258) is known color: Palatinate Purple. HEX triplet: 6A, 32 and 58. RGB value is (106,50,88). Sum of RGB (Red+Green+Blue) = 106+50+88=244 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.44% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3258 is #95CDA7. Grayscale: #464646. Windows color (decimal): -9817512 or 5780074. OLE color: 5780074.
HSL color Cylindrical-coordinate representation of color #6A3258: hue angle of 319.29º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A3258 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 50 | 88 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.58 |
| HSL | 319.29º | 0.36% | 0.31% | - |
| HSV(B) | 319.29º | 0.53% | 0.42% | - |
| XYZ | 8.85 | 6.05 | 9.93 | - |
| YUV | 71.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 88 | 0 | 0.53 | 0.17 | 0.58 | 319.29 | 0.36 | 0.31 |
| Hex | 6A | 32 | 58 | 0 | 35 | 11 | 3A | 13F | 24 | 1F |
| Octal | 152 | 62 | 130 | 0 | 65 | 21 | 72 | 477 | 44 | 37 |
| Binary | 1101010 | 110010 | 1011000 | 0 | 110101 | 10001 | 111010 | 100111111 | 100100 | 11111 |
Color Harmonies of #6A3258
Complementary color
Monochromatic Colors of #6A3258
Black with #6A3258
Text Example
Text Example
White with #6A3258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3258; }
p { color: rgb(106,50,88); }
H1.HeaderClassName
{
color: #6A3258;
}
.AnyTagClassName
{
color: #6A3258;
}
</style>
background-color css
<style>
a { background-color: #6A3258; }
a { background-color: rgb(106,50,88); }
div.DivClassName
{
background-color: #6A3258;
}
.BgClassName
{
background-color: #6A3258;
}
</style>
border-color css
<style>
span { border-color: #6A3258; }
span { border-color: rgb(106,50,88); }
td.TdClassName
{
border-color: #6A3258;
}
.TagClassName
{
border-color: #6A3258;
}
</style>