Shades of Palatinate Purple #6B3B5C
Tints of Palatinate Purple #6B3B5C
RGB
CMYK
RGB Variations
Color information
#6B3B5C (or 0x6B3B5C) is known color: Palatinate Purple. HEX triplet: 6B, 3B and 5C. RGB value is (107,59,92). Sum of RGB (Red+Green+Blue) = 107+59+92=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3B5C is #94C4A3. Grayscale: #4D4D4D. Windows color (decimal): -9749668 or 6044523. OLE color: 6044523.
HSL color Cylindrical-coordinate representation of color #6B3B5C: hue angle of 318.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B3B5C is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 59 | 92 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.58 |
| HSL | 318.75º | 0.29% | 0.33% | - |
| HSV(B) | 318.75º | 0.45% | 0.42% | - |
| XYZ | 9.56 | 7.03 | 10.98 | - |
| YUV | 77.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 59 | 92 | 0 | 0.45 | 0.14 | 0.58 | 318.75 | 0.29 | 0.33 |
| Hex | 6B | 3B | 5C | 0 | 2D | E | 3A | 13F | 1D | 21 |
| Octal | 153 | 73 | 134 | 0 | 55 | 16 | 72 | 477 | 35 | 41 |
| Binary | 1101011 | 111011 | 1011100 | 0 | 101101 | 1110 | 111010 | 100111111 | 11101 | 100001 |
Color Harmonies of #6B3B5C
Complementary color
Monochromatic Colors of #6B3B5C
Black with #6B3B5C
Text Example
Text Example
White with #6B3B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3B5C; }
p { color: rgb(107,59,92); }
H1.HeaderClassName
{
color: #6B3B5C;
}
.AnyTagClassName
{
color: #6B3B5C;
}
</style>
background-color css
<style>
a { background-color: #6B3B5C; }
a { background-color: rgb(107,59,92); }
div.DivClassName
{
background-color: #6B3B5C;
}
.BgClassName
{
background-color: #6B3B5C;
}
</style>
border-color css
<style>
span { border-color: #6B3B5C; }
span { border-color: rgb(107,59,92); }
td.TdClassName
{
border-color: #6B3B5C;
}
.TagClassName
{
border-color: #6B3B5C;
}
</style>