Shades of Palatinate Purple #6B2662
Tints of Palatinate Purple #6B2662
RGB
CMYK
RGB Variations
Color information
#6B2662 (or 0x6B2662) is known color: Palatinate Purple. HEX triplet: 6B, 26 and 62. RGB value is (107,38,98). Sum of RGB (Red+Green+Blue) = 107+38+98=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2662 is #94D99D. Grayscale: #414141. Windows color (decimal): -9755038 or 6432363. OLE color: 6432363.
HSL color Cylindrical-coordinate representation of color #6B2662: hue angle of 307.83º 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 #6B2662 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 38 | 98 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.58 |
| HSL | 307.83º | 0.48% | 0.28% | - |
| HSV(B) | 307.83º | 0.64% | 0.42% | - |
| XYZ | 8.96 | 5.39 | 12.12 | - |
| YUV | 65.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 38 | 98 | 0 | 0.64 | 0.08 | 0.58 | 307.83 | 0.48 | 0.28 |
| Hex | 6B | 26 | 62 | 0 | 40 | 8 | 3A | 134 | 30 | 1C |
| Octal | 153 | 46 | 142 | 0 | 100 | 10 | 72 | 464 | 60 | 34 |
| Binary | 1101011 | 100110 | 1100010 | 0 | 1000000 | 1000 | 111010 | 100110100 | 110000 | 11100 |
Color Harmonies of #6B2662
Complementary color
Monochromatic Colors of #6B2662
Black with #6B2662
Text Example
Text Example
White with #6B2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2662; }
p { color: rgb(107,38,98); }
H1.HeaderClassName
{
color: #6B2662;
}
.AnyTagClassName
{
color: #6B2662;
}
</style>
background-color css
<style>
a { background-color: #6B2662; }
a { background-color: rgb(107,38,98); }
div.DivClassName
{
background-color: #6B2662;
}
.BgClassName
{
background-color: #6B2662;
}
</style>
border-color css
<style>
span { border-color: #6B2662; }
span { border-color: rgb(107,38,98); }
td.TdClassName
{
border-color: #6B2662;
}
.TagClassName
{
border-color: #6B2662;
}
</style>