Shades of Palatinate Purple #6B0B5C
Tints of Palatinate Purple #6B0B5C
RGB
CMYK
RGB Variations
Color information
#6B0B5C (or 0x6B0B5C) is known color: Palatinate Purple. HEX triplet: 6B, 0B and 5C. RGB value is (107,11,92). Sum of RGB (Red+Green+Blue) = 107+11+92=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B5C is #94F4A3. Grayscale: #303030. Windows color (decimal): -9761956 or 6032235. OLE color: 6032235.
HSL color Cylindrical-coordinate representation of color #6B0B5C: hue angle of 309.38º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B5C is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 11 | 92 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.58 |
| HSL | 309.38º | 0.81% | 0.23% | - |
| HSV(B) | 309.38º | 0.9% | 0.42% | - |
| XYZ | 8.11 | 4.14 | 10.5 | - |
| YUV | 48.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 92 | 0 | 0.90 | 0.14 | 0.58 | 309.38 | 0.81 | 0.23 |
| Hex | 6B | B | 5C | 0 | 5A | E | 3A | 135 | 51 | 17 |
| Octal | 153 | 13 | 134 | 0 | 132 | 16 | 72 | 465 | 121 | 27 |
| Binary | 1101011 | 1011 | 1011100 | 0 | 1011010 | 1110 | 111010 | 100110101 | 1010001 | 10111 |
Color Harmonies of #6B0B5C
Complementary color
Monochromatic Colors of #6B0B5C
Black with #6B0B5C
Text Example
Text Example
White with #6B0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B5C; }
p { color: rgb(107,11,92); }
H1.HeaderClassName
{
color: #6B0B5C;
}
.AnyTagClassName
{
color: #6B0B5C;
}
</style>
background-color css
<style>
a { background-color: #6B0B5C; }
a { background-color: rgb(107,11,92); }
div.DivClassName
{
background-color: #6B0B5C;
}
.BgClassName
{
background-color: #6B0B5C;
}
</style>
border-color css
<style>
span { border-color: #6B0B5C; }
span { border-color: rgb(107,11,92); }
td.TdClassName
{
border-color: #6B0B5C;
}
.TagClassName
{
border-color: #6B0B5C;
}
</style>