Shades of Palatinate Purple #6B105C
Tints of Palatinate Purple #6B105C
RGB
CMYK
RGB Variations
Color information
#6B105C (or 0x6B105C) is known color: Palatinate Purple. HEX triplet: 6B, 10 and 5C. RGB value is (107,16,92). Sum of RGB (Red+Green+Blue) = 107+16+92=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B105C is #94EFA3. Grayscale: #333333. Windows color (decimal): -9760676 or 6033515. OLE color: 6033515.
HSL color Cylindrical-coordinate representation of color #6B105C: hue angle of 309.89º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B105C is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 92 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.58 |
| HSL | 309.89º | 0.74% | 0.24% | - |
| HSV(B) | 309.89º | 0.85% | 0.42% | - |
| XYZ | 8.18 | 4.27 | 10.52 | - |
| YUV | 51.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 92 | 0 | 0.85 | 0.14 | 0.58 | 309.89 | 0.74 | 0.24 |
| Hex | 6B | 10 | 5C | 0 | 55 | E | 3A | 136 | 4A | 18 |
| Octal | 153 | 20 | 134 | 0 | 125 | 16 | 72 | 466 | 112 | 30 |
| Binary | 1101011 | 10000 | 1011100 | 0 | 1010101 | 1110 | 111010 | 100110110 | 1001010 | 11000 |
Color Harmonies of #6B105C
Complementary color
Monochromatic Colors of #6B105C
Black with #6B105C
Text Example
Text Example
White with #6B105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B105C; }
p { color: rgb(107,16,92); }
H1.HeaderClassName
{
color: #6B105C;
}
.AnyTagClassName
{
color: #6B105C;
}
</style>
background-color css
<style>
a { background-color: #6B105C; }
a { background-color: rgb(107,16,92); }
div.DivClassName
{
background-color: #6B105C;
}
.BgClassName
{
background-color: #6B105C;
}
</style>
border-color css
<style>
span { border-color: #6B105C; }
span { border-color: rgb(107,16,92); }
td.TdClassName
{
border-color: #6B105C;
}
.TagClassName
{
border-color: #6B105C;
}
</style>