Shades of Palatinate Purple #6F1A68
Tints of Palatinate Purple #6F1A68
RGB
CMYK
RGB Variations
Color information
#6F1A68 (or 0x6F1A68) is known color: Palatinate Purple. HEX triplet: 6F, 1A and 68. RGB value is (111,26,104). Sum of RGB (Red+Green+Blue) = 111+26+104=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1A68 is #90E597. Grayscale: #3C3C3C. Windows color (decimal): -9495960 or 6822511. OLE color: 6822511.
HSL color Cylindrical-coordinate representation of color #6F1A68: hue angle of 304.94º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A68 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 104 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.56 |
| HSL | 304.94º | 0.62% | 0.27% | - |
| HSV(B) | 304.94º | 0.77% | 0.44% | - |
| XYZ | 9.42 | 5.12 | 13.59 | - |
| YUV | 60.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 104 | 0 | 0.77 | 0.06 | 0.56 | 304.94 | 0.62 | 0.27 |
| Hex | 6F | 1A | 68 | 0 | 4D | 6 | 38 | 131 | 3E | 1B |
| Octal | 157 | 32 | 150 | 0 | 115 | 6 | 70 | 461 | 76 | 33 |
| Binary | 1101111 | 11010 | 1101000 | 0 | 1001101 | 110 | 111000 | 100110001 | 111110 | 11011 |
Color Harmonies of #6F1A68
Complementary color
Monochromatic Colors of #6F1A68
Black with #6F1A68
Text Example
Text Example
White with #6F1A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A68; }
p { color: rgb(111,26,104); }
H1.HeaderClassName
{
color: #6F1A68;
}
.AnyTagClassName
{
color: #6F1A68;
}
</style>
background-color css
<style>
a { background-color: #6F1A68; }
a { background-color: rgb(111,26,104); }
div.DivClassName
{
background-color: #6F1A68;
}
.BgClassName
{
background-color: #6F1A68;
}
</style>
border-color css
<style>
span { border-color: #6F1A68; }
span { border-color: rgb(111,26,104); }
td.TdClassName
{
border-color: #6F1A68;
}
.TagClassName
{
border-color: #6F1A68;
}
</style>