Shades of Palatinate Purple #6B285D
Tints of Palatinate Purple #6B285D
RGB
CMYK
RGB Variations
Color information
#6B285D (or 0x6B285D) is known color: Palatinate Purple. HEX triplet: 6B, 28 and 5D. RGB value is (107,40,93). Sum of RGB (Red+Green+Blue) = 107+40+93=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B285D is #94D7A2. Grayscale: #414141. Windows color (decimal): -9754531 or 6105195. OLE color: 6105195.
HSL color Cylindrical-coordinate representation of color #6B285D: hue angle of 312.54º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B285D is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 93 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.58 |
| HSL | 312.54º | 0.46% | 0.29% | - |
| HSV(B) | 312.54º | 0.63% | 0.42% | - |
| XYZ | 8.8 | 5.43 | 10.94 | - |
| YUV | 66.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 93 | 0 | 0.63 | 0.13 | 0.58 | 312.54 | 0.46 | 0.29 |
| Hex | 6B | 28 | 5D | 0 | 3F | D | 3A | 139 | 2E | 1D |
| Octal | 153 | 50 | 135 | 0 | 77 | 15 | 72 | 471 | 56 | 35 |
| Binary | 1101011 | 101000 | 1011101 | 0 | 111111 | 1101 | 111010 | 100111001 | 101110 | 11101 |
Color Harmonies of #6B285D
Complementary color
Monochromatic Colors of #6B285D
Black with #6B285D
Text Example
Text Example
White with #6B285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B285D; }
p { color: rgb(107,40,93); }
H1.HeaderClassName
{
color: #6B285D;
}
.AnyTagClassName
{
color: #6B285D;
}
</style>
background-color css
<style>
a { background-color: #6B285D; }
a { background-color: rgb(107,40,93); }
div.DivClassName
{
background-color: #6B285D;
}
.BgClassName
{
background-color: #6B285D;
}
</style>
border-color css
<style>
span { border-color: #6B285D; }
span { border-color: rgb(107,40,93); }
td.TdClassName
{
border-color: #6B285D;
}
.TagClassName
{
border-color: #6B285D;
}
</style>