Shades of Palatinate Purple #6B285A
Tints of Palatinate Purple #6B285A
RGB
CMYK
RGB Variations
Color information
#6B285A (or 0x6B285A) is known color: Palatinate Purple. HEX triplet: 6B, 28 and 5A. RGB value is (107,40,90). Sum of RGB (Red+Green+Blue) = 107+40+90=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B285A is #94D7A5. Grayscale: #414141. Windows color (decimal): -9754534 or 5908587. OLE color: 5908587.
HSL color Cylindrical-coordinate representation of color #6B285A: hue angle of 315.22º 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 #6B285A is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 90 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.58 |
| HSL | 315.22º | 0.46% | 0.29% | - |
| HSV(B) | 315.22º | 0.63% | 0.42% | - |
| XYZ | 8.67 | 5.38 | 10.25 | - |
| YUV | 65.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 90 | 0 | 0.63 | 0.16 | 0.58 | 315.22 | 0.46 | 0.29 |
| Hex | 6B | 28 | 5A | 0 | 3F | 10 | 3A | 13B | 2E | 1D |
| Octal | 153 | 50 | 132 | 0 | 77 | 20 | 72 | 473 | 56 | 35 |
| Binary | 1101011 | 101000 | 1011010 | 0 | 111111 | 10000 | 111010 | 100111011 | 101110 | 11101 |
Color Harmonies of #6B285A
Complementary color
Monochromatic Colors of #6B285A
Black with #6B285A
Text Example
Text Example
White with #6B285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B285A; }
p { color: rgb(107,40,90); }
H1.HeaderClassName
{
color: #6B285A;
}
.AnyTagClassName
{
color: #6B285A;
}
</style>
background-color css
<style>
a { background-color: #6B285A; }
a { background-color: rgb(107,40,90); }
div.DivClassName
{
background-color: #6B285A;
}
.BgClassName
{
background-color: #6B285A;
}
</style>
border-color css
<style>
span { border-color: #6B285A; }
span { border-color: rgb(107,40,90); }
td.TdClassName
{
border-color: #6B285A;
}
.TagClassName
{
border-color: #6B285A;
}
</style>