Shades of Palatinate Purple #6B3D60
Tints of Palatinate Purple #6B3D60
RGB
CMYK
RGB Variations
Color information
#6B3D60 (or 0x6B3D60) is known color: Palatinate Purple. HEX triplet: 6B, 3D and 60. RGB value is (107,61,96). Sum of RGB (Red+Green+Blue) = 107+61+96=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3D60 is #94C29F. Grayscale: #4E4E4E. Windows color (decimal): -9749152 or 6307179. OLE color: 6307179.
HSL color Cylindrical-coordinate representation of color #6B3D60: hue angle of 314.35º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B3D60 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 61 | 96 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.58 |
| HSL | 314.35º | 0.27% | 0.33% | - |
| HSV(B) | 314.35º | 0.43% | 0.42% | - |
| XYZ | 9.84 | 7.31 | 11.96 | - |
| YUV | 78.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 96 | 0 | 0.43 | 0.10 | 0.58 | 314.35 | 0.27 | 0.33 |
| Hex | 6B | 3D | 60 | 0 | 2B | A | 3A | 13A | 1B | 21 |
| Octal | 153 | 75 | 140 | 0 | 53 | 12 | 72 | 472 | 33 | 41 |
| Binary | 1101011 | 111101 | 1100000 | 0 | 101011 | 1010 | 111010 | 100111010 | 11011 | 100001 |
Color Harmonies of #6B3D60
Complementary color
Monochromatic Colors of #6B3D60
Black with #6B3D60
Text Example
Text Example
White with #6B3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3D60; }
p { color: rgb(107,61,96); }
H1.HeaderClassName
{
color: #6B3D60;
}
.AnyTagClassName
{
color: #6B3D60;
}
</style>
background-color css
<style>
a { background-color: #6B3D60; }
a { background-color: rgb(107,61,96); }
div.DivClassName
{
background-color: #6B3D60;
}
.BgClassName
{
background-color: #6B3D60;
}
</style>
border-color css
<style>
span { border-color: #6B3D60; }
span { border-color: rgb(107,61,96); }
td.TdClassName
{
border-color: #6B3D60;
}
.TagClassName
{
border-color: #6B3D60;
}
</style>