Shades of Palatinate Purple #6C2A69
Tints of Palatinate Purple #6C2A69
RGB
CMYK
RGB Variations
Color information
#6C2A69 (or 0x6C2A69) is known color: Palatinate Purple. HEX triplet: 6C, 2A and 69. RGB value is (108,42,105). Sum of RGB (Red+Green+Blue) = 108+42+105=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2A69 is #93D596. Grayscale: #444444. Windows color (decimal): -9688471 or 6892140. OLE color: 6892140.
HSL color Cylindrical-coordinate representation of color #6C2A69: hue angle of 302.73º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C2A69 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 105 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.58 |
| HSL | 302.73º | 0.44% | 0.29% | - |
| HSV(B) | 302.73º | 0.61% | 0.42% | - |
| XYZ | 9.56 | 5.86 | 13.99 | - |
| YUV | 68.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 105 | 0 | 0.61 | 0.03 | 0.58 | 302.73 | 0.44 | 0.29 |
| Hex | 6C | 2A | 69 | 0 | 3D | 3 | 3A | 12F | 2C | 1D |
| Octal | 154 | 52 | 151 | 0 | 75 | 3 | 72 | 457 | 54 | 35 |
| Binary | 1101100 | 101010 | 1101001 | 0 | 111101 | 11 | 111010 | 100101111 | 101100 | 11101 |
Color Harmonies of #6C2A69
Complementary color
Monochromatic Colors of #6C2A69
Black with #6C2A69
Text Example
Text Example
White with #6C2A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A69; }
p { color: rgb(108,42,105); }
H1.HeaderClassName
{
color: #6C2A69;
}
.AnyTagClassName
{
color: #6C2A69;
}
</style>
background-color css
<style>
a { background-color: #6C2A69; }
a { background-color: rgb(108,42,105); }
div.DivClassName
{
background-color: #6C2A69;
}
.BgClassName
{
background-color: #6C2A69;
}
</style>
border-color css
<style>
span { border-color: #6C2A69; }
span { border-color: rgb(108,42,105); }
td.TdClassName
{
border-color: #6C2A69;
}
.TagClassName
{
border-color: #6C2A69;
}
</style>