Shades of Palatinate Purple #6B2667
Tints of Palatinate Purple #6B2667
RGB
CMYK
RGB Variations
Color information
#6B2667 (or 0x6B2667) is known color: Palatinate Purple. HEX triplet: 6B, 26 and 67. RGB value is (107,38,103). Sum of RGB (Red+Green+Blue) = 107+38+103=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2667 is #94D998. Grayscale: #414141. Windows color (decimal): -9755033 or 6760043. OLE color: 6760043.
HSL color Cylindrical-coordinate representation of color #6B2667: hue angle of 303.48º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B2667 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 38 | 103 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.58 |
| HSL | 303.48º | 0.48% | 0.28% | - |
| HSV(B) | 303.48º | 0.64% | 0.42% | - |
| XYZ | 9.2 | 5.49 | 13.41 | - |
| YUV | 66.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 103 | 0 | 0.64 | 0.04 | 0.58 | 303.48 | 0.48 | 0.28 |
| Hex | 6B | 26 | 67 | 0 | 40 | 4 | 3A | 12F | 30 | 1C |
| Octal | 153 | 46 | 147 | 0 | 100 | 4 | 72 | 457 | 60 | 34 |
| Binary | 1101011 | 100110 | 1100111 | 0 | 1000000 | 100 | 111010 | 100101111 | 110000 | 11100 |
Color Harmonies of #6B2667
Complementary color
Monochromatic Colors of #6B2667
Black with #6B2667
Text Example
Text Example
White with #6B2667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2667; }
p { color: rgb(107,38,103); }
H1.HeaderClassName
{
color: #6B2667;
}
.AnyTagClassName
{
color: #6B2667;
}
</style>
background-color css
<style>
a { background-color: #6B2667; }
a { background-color: rgb(107,38,103); }
div.DivClassName
{
background-color: #6B2667;
}
.BgClassName
{
background-color: #6B2667;
}
</style>
border-color css
<style>
span { border-color: #6B2667; }
span { border-color: rgb(107,38,103); }
td.TdClassName
{
border-color: #6B2667;
}
.TagClassName
{
border-color: #6B2667;
}
</style>