Shades of Palatinate Purple #6A1864
Tints of Palatinate Purple #6A1864
RGB
CMYK
RGB Variations
Color information
#6A1864 (or 0x6A1864) is known color: Palatinate Purple. HEX triplet: 6A, 18 and 64. RGB value is (106,24,100). Sum of RGB (Red+Green+Blue) = 106+24+100=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1864 is #95E79B. Grayscale: #383838. Windows color (decimal): -9824156 or 6559850. OLE color: 6559850.
HSL color Cylindrical-coordinate representation of color #6A1864: hue angle of 304.39º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A1864 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 24 | 100 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.58 |
| HSL | 304.39º | 0.63% | 0.25% | - |
| HSV(B) | 304.39º | 0.77% | 0.42% | - |
| XYZ | 8.57 | 4.64 | 12.5 | - |
| YUV | 57.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 100 | 0 | 0.77 | 0.06 | 0.58 | 304.39 | 0.63 | 0.25 |
| Hex | 6A | 18 | 64 | 0 | 4D | 6 | 3A | 130 | 3F | 19 |
| Octal | 152 | 30 | 144 | 0 | 115 | 6 | 72 | 460 | 77 | 31 |
| Binary | 1101010 | 11000 | 1100100 | 0 | 1001101 | 110 | 111010 | 100110000 | 111111 | 11001 |
Color Harmonies of #6A1864
Complementary color
Monochromatic Colors of #6A1864
Black with #6A1864
Text Example
Text Example
White with #6A1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1864; }
p { color: rgb(106,24,100); }
H1.HeaderClassName
{
color: #6A1864;
}
.AnyTagClassName
{
color: #6A1864;
}
</style>
background-color css
<style>
a { background-color: #6A1864; }
a { background-color: rgb(106,24,100); }
div.DivClassName
{
background-color: #6A1864;
}
.BgClassName
{
background-color: #6A1864;
}
</style>
border-color css
<style>
span { border-color: #6A1864; }
span { border-color: rgb(106,24,100); }
td.TdClassName
{
border-color: #6A1864;
}
.TagClassName
{
border-color: #6A1864;
}
</style>