Shades of Palatinate Purple #6B136A
Tints of Palatinate Purple #6B136A
RGB
CMYK
RGB Variations
Color information
#6B136A (or 0x6B136A) is known color: Palatinate Purple. HEX triplet: 6B, 13 and 6A. RGB value is (107,19,106). Sum of RGB (Red+Green+Blue) = 107+19+106=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B136A is #94EC95. Grayscale: #363636. Windows color (decimal): -9759894 or 6951787. OLE color: 6951787.
HSL color Cylindrical-coordinate representation of color #6B136A: hue angle of 300.68º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B136A is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 106 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.58 |
| HSL | 300.68º | 0.7% | 0.25% | - |
| HSV(B) | 300.68º | 0.82% | 0.42% | - |
| XYZ | 8.9 | 4.63 | 14.06 | - |
| YUV | 55.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 106 | 0 | 0.82 | 0.01 | 0.58 | 300.68 | 0.7 | 0.25 |
| Hex | 6B | 13 | 6A | 0 | 52 | 1 | 3A | 12D | 46 | 19 |
| Octal | 153 | 23 | 152 | 0 | 122 | 1 | 72 | 455 | 106 | 31 |
| Binary | 1101011 | 10011 | 1101010 | 0 | 1010010 | 1 | 111010 | 100101101 | 1000110 | 11001 |
Color Harmonies of #6B136A
Complementary color
Monochromatic Colors of #6B136A
Black with #6B136A
Text Example
Text Example
White with #6B136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B136A; }
p { color: rgb(107,19,106); }
H1.HeaderClassName
{
color: #6B136A;
}
.AnyTagClassName
{
color: #6B136A;
}
</style>
background-color css
<style>
a { background-color: #6B136A; }
a { background-color: rgb(107,19,106); }
div.DivClassName
{
background-color: #6B136A;
}
.BgClassName
{
background-color: #6B136A;
}
</style>
border-color css
<style>
span { border-color: #6B136A; }
span { border-color: rgb(107,19,106); }
td.TdClassName
{
border-color: #6B136A;
}
.TagClassName
{
border-color: #6B136A;
}
</style>