Shades of Palatinate Purple #6A2567
Tints of Palatinate Purple #6A2567
RGB
CMYK
RGB Variations
Color information
#6A2567 (or 0x6A2567) is known color: Palatinate Purple. HEX triplet: 6A, 25 and 67. RGB value is (106,37,103). Sum of RGB (Red+Green+Blue) = 106+37+103=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2567 is #95DA98. Grayscale: #404040. Windows color (decimal): -9820825 or 6759786. OLE color: 6759786.
HSL color Cylindrical-coordinate representation of color #6A2567: hue angle of 302.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2567 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 37 | 103 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.58 |
| HSL | 302.61º | 0.48% | 0.28% | - |
| HSV(B) | 302.61º | 0.65% | 0.42% | - |
| XYZ | 9.05 | 5.37 | 13.39 | - |
| YUV | 65.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 103 | 0 | 0.65 | 0.03 | 0.58 | 302.61 | 0.48 | 0.28 |
| Hex | 6A | 25 | 67 | 0 | 41 | 3 | 3A | 12F | 30 | 1C |
| Octal | 152 | 45 | 147 | 0 | 101 | 3 | 72 | 457 | 60 | 34 |
| Binary | 1101010 | 100101 | 1100111 | 0 | 1000001 | 11 | 111010 | 100101111 | 110000 | 11100 |
Color Harmonies of #6A2567
Complementary color
Monochromatic Colors of #6A2567
Black with #6A2567
Text Example
Text Example
White with #6A2567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2567; }
p { color: rgb(106,37,103); }
H1.HeaderClassName
{
color: #6A2567;
}
.AnyTagClassName
{
color: #6A2567;
}
</style>
background-color css
<style>
a { background-color: #6A2567; }
a { background-color: rgb(106,37,103); }
div.DivClassName
{
background-color: #6A2567;
}
.BgClassName
{
background-color: #6A2567;
}
</style>
border-color css
<style>
span { border-color: #6A2567; }
span { border-color: rgb(106,37,103); }
td.TdClassName
{
border-color: #6A2567;
}
.TagClassName
{
border-color: #6A2567;
}
</style>