Shades of Palatinate Purple #6A1E67
Tints of Palatinate Purple #6A1E67
RGB
CMYK
RGB Variations
Color information
#6A1E67 (or 0x6A1E67) is known color: Palatinate Purple. HEX triplet: 6A, 1E and 67. RGB value is (106,30,103). Sum of RGB (Red+Green+Blue) = 106+30+103=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1E67 is #95E198. Grayscale: #3C3C3C. Windows color (decimal): -9822617 or 6757994. OLE color: 6757994.
HSL color Cylindrical-coordinate representation of color #6A1E67: hue angle of 302.37º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A1E67 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 30 | 103 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.58 |
| HSL | 302.37º | 0.56% | 0.27% | - |
| HSV(B) | 302.37º | 0.72% | 0.42% | - |
| XYZ | 8.86 | 4.97 | 13.32 | - |
| YUV | 61.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 30 | 103 | 0 | 0.72 | 0.03 | 0.58 | 302.37 | 0.56 | 0.27 |
| Hex | 6A | 1E | 67 | 0 | 48 | 3 | 3A | 12E | 38 | 1B |
| Octal | 152 | 36 | 147 | 0 | 110 | 3 | 72 | 456 | 70 | 33 |
| Binary | 1101010 | 11110 | 1100111 | 0 | 1001000 | 11 | 111010 | 100101110 | 111000 | 11011 |
Color Harmonies of #6A1E67
Complementary color
Monochromatic Colors of #6A1E67
Black with #6A1E67
Text Example
Text Example
White with #6A1E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1E67; }
p { color: rgb(106,30,103); }
H1.HeaderClassName
{
color: #6A1E67;
}
.AnyTagClassName
{
color: #6A1E67;
}
</style>
background-color css
<style>
a { background-color: #6A1E67; }
a { background-color: rgb(106,30,103); }
div.DivClassName
{
background-color: #6A1E67;
}
.BgClassName
{
background-color: #6A1E67;
}
</style>
border-color css
<style>
span { border-color: #6A1E67; }
span { border-color: rgb(106,30,103); }
td.TdClassName
{
border-color: #6A1E67;
}
.TagClassName
{
border-color: #6A1E67;
}
</style>