Shades of Palatinate Purple #6A225B
Tints of Palatinate Purple #6A225B
RGB
CMYK
RGB Variations
Color information
#6A225B (or 0x6A225B) is known color: Palatinate Purple. HEX triplet: 6A, 22 and 5B. RGB value is (106,34,91). Sum of RGB (Red+Green+Blue) = 106+34+91=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A225B is #95DDA4. Grayscale: #3D3D3D. Windows color (decimal): -9821605 or 5972586. OLE color: 5972586.
HSL color Cylindrical-coordinate representation of color #6A225B: hue angle of 312.5º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A225B is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 34 | 91 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.58 |
| HSL | 312.5º | 0.51% | 0.27% | - |
| HSV(B) | 312.5º | 0.68% | 0.42% | - |
| XYZ | 8.4 | 4.96 | 10.41 | - |
| YUV | 62.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 34 | 91 | 0 | 0.68 | 0.14 | 0.58 | 312.5 | 0.51 | 0.27 |
| Hex | 6A | 22 | 5B | 0 | 44 | E | 3A | 138 | 33 | 1B |
| Octal | 152 | 42 | 133 | 0 | 104 | 16 | 72 | 470 | 63 | 33 |
| Binary | 1101010 | 100010 | 1011011 | 0 | 1000100 | 1110 | 111010 | 100111000 | 110011 | 11011 |
Color Harmonies of #6A225B
Complementary color
Monochromatic Colors of #6A225B
Black with #6A225B
Text Example
Text Example
White with #6A225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A225B; }
p { color: rgb(106,34,91); }
H1.HeaderClassName
{
color: #6A225B;
}
.AnyTagClassName
{
color: #6A225B;
}
</style>
background-color css
<style>
a { background-color: #6A225B; }
a { background-color: rgb(106,34,91); }
div.DivClassName
{
background-color: #6A225B;
}
.BgClassName
{
background-color: #6A225B;
}
</style>
border-color css
<style>
span { border-color: #6A225B; }
span { border-color: rgb(106,34,91); }
td.TdClassName
{
border-color: #6A225B;
}
.TagClassName
{
border-color: #6A225B;
}
</style>