Shades of Palatinate Purple #6B1468
Tints of Palatinate Purple #6B1468
RGB
CMYK
RGB Variations
Color information
#6B1468 (or 0x6B1468) is known color: Palatinate Purple. HEX triplet: 6B, 14 and 68. RGB value is (107,20,104). Sum of RGB (Red+Green+Blue) = 107+20+104=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1468 is #94EB97. Grayscale: #373737. Windows color (decimal): -9759640 or 6820971. OLE color: 6820971.
HSL color Cylindrical-coordinate representation of color #6B1468: hue angle of 302.07º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1468 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 20 | 104 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.58 |
| HSL | 302.07º | 0.69% | 0.25% | - |
| HSV(B) | 302.07º | 0.81% | 0.42% | - |
| XYZ | 8.81 | 4.63 | 13.53 | - |
| YUV | 55.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 104 | 0 | 0.81 | 0.03 | 0.58 | 302.07 | 0.69 | 0.25 |
| Hex | 6B | 14 | 68 | 0 | 51 | 3 | 3A | 12E | 45 | 19 |
| Octal | 153 | 24 | 150 | 0 | 121 | 3 | 72 | 456 | 105 | 31 |
| Binary | 1101011 | 10100 | 1101000 | 0 | 1010001 | 11 | 111010 | 100101110 | 1000101 | 11001 |
Color Harmonies of #6B1468
Complementary color
Monochromatic Colors of #6B1468
Black with #6B1468
Text Example
Text Example
White with #6B1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1468; }
p { color: rgb(107,20,104); }
H1.HeaderClassName
{
color: #6B1468;
}
.AnyTagClassName
{
color: #6B1468;
}
</style>
background-color css
<style>
a { background-color: #6B1468; }
a { background-color: rgb(107,20,104); }
div.DivClassName
{
background-color: #6B1468;
}
.BgClassName
{
background-color: #6B1468;
}
</style>
border-color css
<style>
span { border-color: #6B1468; }
span { border-color: rgb(107,20,104); }
td.TdClassName
{
border-color: #6B1468;
}
.TagClassName
{
border-color: #6B1468;
}
</style>