Shades of Palatinate Purple #6B155A
Tints of Palatinate Purple #6B155A
RGB
CMYK
RGB Variations
Color information
#6B155A (or 0x6B155A) is known color: Palatinate Purple. HEX triplet: 6B, 15 and 5A. RGB value is (107,21,90). Sum of RGB (Red+Green+Blue) = 107+21+90=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B155A is #94EAA5. Grayscale: #363636. Windows color (decimal): -9759398 or 5903723. OLE color: 5903723.
HSL color Cylindrical-coordinate representation of color #6B155A: hue angle of 311.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B155A is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 90 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.58 |
| HSL | 311.86º | 0.67% | 0.25% | - |
| HSV(B) | 311.86º | 0.8% | 0.42% | - |
| XYZ | 8.18 | 4.4 | 10.09 | - |
| YUV | 54.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 90 | 0 | 0.80 | 0.16 | 0.58 | 311.86 | 0.67 | 0.25 |
| Hex | 6B | 15 | 5A | 0 | 50 | 10 | 3A | 138 | 43 | 19 |
| Octal | 153 | 25 | 132 | 0 | 120 | 20 | 72 | 470 | 103 | 31 |
| Binary | 1101011 | 10101 | 1011010 | 0 | 1010000 | 10000 | 111010 | 100111000 | 1000011 | 11001 |
Color Harmonies of #6B155A
Complementary color
Monochromatic Colors of #6B155A
Black with #6B155A
Text Example
Text Example
White with #6B155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B155A; }
p { color: rgb(107,21,90); }
H1.HeaderClassName
{
color: #6B155A;
}
.AnyTagClassName
{
color: #6B155A;
}
</style>
background-color css
<style>
a { background-color: #6B155A; }
a { background-color: rgb(107,21,90); }
div.DivClassName
{
background-color: #6B155A;
}
.BgClassName
{
background-color: #6B155A;
}
</style>
border-color css
<style>
span { border-color: #6B155A; }
span { border-color: rgb(107,21,90); }
td.TdClassName
{
border-color: #6B155A;
}
.TagClassName
{
border-color: #6B155A;
}
</style>