Shades of Palatinate Purple #6A2365
Tints of Palatinate Purple #6A2365
RGB
CMYK
RGB Variations
Color information
#6A2365 (or 0x6A2365) is known color: Palatinate Purple. HEX triplet: 6A, 23 and 65. RGB value is (106,35,101). Sum of RGB (Red+Green+Blue) = 106+35+101=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2365 is #95DC9A. Grayscale: #3F3F3F. Windows color (decimal): -9821339 or 6628202. OLE color: 6628202.
HSL color Cylindrical-coordinate representation of color #6A2365: hue angle of 304.23º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2365 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 35 | 101 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.58 |
| HSL | 304.23º | 0.5% | 0.28% | - |
| HSV(B) | 304.23º | 0.67% | 0.42% | - |
| XYZ | 8.89 | 5.21 | 12.85 | - |
| YUV | 63.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 101 | 0 | 0.67 | 0.05 | 0.58 | 304.23 | 0.5 | 0.28 |
| Hex | 6A | 23 | 65 | 0 | 43 | 5 | 3A | 130 | 32 | 1C |
| Octal | 152 | 43 | 145 | 0 | 103 | 5 | 72 | 460 | 62 | 34 |
| Binary | 1101010 | 100011 | 1100101 | 0 | 1000011 | 101 | 111010 | 100110000 | 110010 | 11100 |
Color Harmonies of #6A2365
Complementary color
Monochromatic Colors of #6A2365
Black with #6A2365
Text Example
Text Example
White with #6A2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2365; }
p { color: rgb(106,35,101); }
H1.HeaderClassName
{
color: #6A2365;
}
.AnyTagClassName
{
color: #6A2365;
}
</style>
background-color css
<style>
a { background-color: #6A2365; }
a { background-color: rgb(106,35,101); }
div.DivClassName
{
background-color: #6A2365;
}
.BgClassName
{
background-color: #6A2365;
}
</style>
border-color css
<style>
span { border-color: #6A2365; }
span { border-color: rgb(106,35,101); }
td.TdClassName
{
border-color: #6A2365;
}
.TagClassName
{
border-color: #6A2365;
}
</style>