Shades of Palatinate Purple #6C0B5C
Tints of Palatinate Purple #6C0B5C
RGB
CMYK
RGB Variations
Color information
#6C0B5C (or 0x6C0B5C) is known color: Palatinate Purple. HEX triplet: 6C, 0B and 5C. RGB value is (108,11,92). Sum of RGB (Red+Green+Blue) = 108+11+92=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B5C is #93F4A3. Grayscale: #313131. Windows color (decimal): -9696420 or 6032236. OLE color: 6032236.
HSL color Cylindrical-coordinate representation of color #6C0B5C: hue angle of 309.9º degrees, saturation: 0.82, 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 #6C0B5C is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 92 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.58 |
| HSL | 309.9º | 0.82% | 0.23% | - |
| HSV(B) | 309.9º | 0.9% | 0.42% | - |
| XYZ | 8.24 | 4.2 | 10.5 | - |
| YUV | 49.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 92 | 0 | 0.90 | 0.15 | 0.58 | 309.9 | 0.82 | 0.23 |
| Hex | 6C | B | 5C | 0 | 5A | F | 3A | 136 | 52 | 17 |
| Octal | 154 | 13 | 134 | 0 | 132 | 17 | 72 | 466 | 122 | 27 |
| Binary | 1101100 | 1011 | 1011100 | 0 | 1011010 | 1111 | 111010 | 100110110 | 1010010 | 10111 |
Color Harmonies of #6C0B5C
Complementary color
Monochromatic Colors of #6C0B5C
Black with #6C0B5C
Text Example
Text Example
White with #6C0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B5C; }
p { color: rgb(108,11,92); }
H1.HeaderClassName
{
color: #6C0B5C;
}
.AnyTagClassName
{
color: #6C0B5C;
}
</style>
background-color css
<style>
a { background-color: #6C0B5C; }
a { background-color: rgb(108,11,92); }
div.DivClassName
{
background-color: #6C0B5C;
}
.BgClassName
{
background-color: #6C0B5C;
}
</style>
border-color css
<style>
span { border-color: #6C0B5C; }
span { border-color: rgb(108,11,92); }
td.TdClassName
{
border-color: #6C0B5C;
}
.TagClassName
{
border-color: #6C0B5C;
}
</style>