Shades of Palatinate Purple #6B3466
Tints of Palatinate Purple #6B3466
RGB
CMYK
RGB Variations
Color information
#6B3466 (or 0x6B3466) is known color: Palatinate Purple. HEX triplet: 6B, 34 and 66. RGB value is (107,52,102). Sum of RGB (Red+Green+Blue) = 107+52+102=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3466 is #94CB99. Grayscale: #4A4A4A. Windows color (decimal): -9751450 or 6698091. OLE color: 6698091.
HSL color Cylindrical-coordinate representation of color #6B3466: hue angle of 305.45º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3466 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 52 | 102 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.58 |
| HSL | 305.45º | 0.35% | 0.31% | - |
| HSV(B) | 305.45º | 0.51% | 0.42% | - |
| XYZ | 9.69 | 6.54 | 13.32 | - |
| YUV | 74.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 102 | 0 | 0.51 | 0.05 | 0.58 | 305.45 | 0.35 | 0.31 |
| Hex | 6B | 34 | 66 | 0 | 33 | 5 | 3A | 131 | 23 | 1F |
| Octal | 153 | 64 | 146 | 0 | 63 | 5 | 72 | 461 | 43 | 37 |
| Binary | 1101011 | 110100 | 1100110 | 0 | 110011 | 101 | 111010 | 100110001 | 100011 | 11111 |
Color Harmonies of #6B3466
Complementary color
Monochromatic Colors of #6B3466
Black with #6B3466
Text Example
Text Example
White with #6B3466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3466; }
p { color: rgb(107,52,102); }
H1.HeaderClassName
{
color: #6B3466;
}
.AnyTagClassName
{
color: #6B3466;
}
</style>
background-color css
<style>
a { background-color: #6B3466; }
a { background-color: rgb(107,52,102); }
div.DivClassName
{
background-color: #6B3466;
}
.BgClassName
{
background-color: #6B3466;
}
</style>
border-color css
<style>
span { border-color: #6B3466; }
span { border-color: rgb(107,52,102); }
td.TdClassName
{
border-color: #6B3466;
}
.TagClassName
{
border-color: #6B3466;
}
</style>