Shades of Palatinate Purple #6B1067
Tints of Palatinate Purple #6B1067
RGB
CMYK
RGB Variations
Color information
#6B1067 (or 0x6B1067) is known color: Palatinate Purple. HEX triplet: 6B, 10 and 67. RGB value is (107,16,103). Sum of RGB (Red+Green+Blue) = 107+16+103=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1067 is #94EF98. Grayscale: #343434. Windows color (decimal): -9760665 or 6754411. OLE color: 6754411.
HSL color Cylindrical-coordinate representation of color #6B1067: hue angle of 302.64º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1067 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 103 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.58 |
| HSL | 302.64º | 0.74% | 0.24% | - |
| HSV(B) | 302.64º | 0.85% | 0.42% | - |
| XYZ | 8.7 | 4.48 | 13.24 | - |
| YUV | 53.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 103 | 0 | 0.85 | 0.04 | 0.58 | 302.64 | 0.74 | 0.24 |
| Hex | 6B | 10 | 67 | 0 | 55 | 4 | 3A | 12F | 4A | 18 |
| Octal | 153 | 20 | 147 | 0 | 125 | 4 | 72 | 457 | 112 | 30 |
| Binary | 1101011 | 10000 | 1100111 | 0 | 1010101 | 100 | 111010 | 100101111 | 1001010 | 11000 |
Color Harmonies of #6B1067
Complementary color
Monochromatic Colors of #6B1067
Black with #6B1067
Text Example
Text Example
White with #6B1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1067; }
p { color: rgb(107,16,103); }
H1.HeaderClassName
{
color: #6B1067;
}
.AnyTagClassName
{
color: #6B1067;
}
</style>
background-color css
<style>
a { background-color: #6B1067; }
a { background-color: rgb(107,16,103); }
div.DivClassName
{
background-color: #6B1067;
}
.BgClassName
{
background-color: #6B1067;
}
</style>
border-color css
<style>
span { border-color: #6B1067; }
span { border-color: rgb(107,16,103); }
td.TdClassName
{
border-color: #6B1067;
}
.TagClassName
{
border-color: #6B1067;
}
</style>