Shades of Palatinate Purple #6F315C
Tints of Palatinate Purple #6F315C
RGB
CMYK
RGB Variations
Color information
#6F315C (or 0x6F315C) is known color: Palatinate Purple. HEX triplet: 6F, 31 and 5C. RGB value is (111,49,92). Sum of RGB (Red+Green+Blue) = 111+49+92=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F315C is #90CEA3. Grayscale: #484848. Windows color (decimal): -9490084 or 6041967. OLE color: 6041967.
HSL color Cylindrical-coordinate representation of color #6F315C: hue angle of 318.39º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F315C is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 92 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.56 |
| HSL | 318.39º | 0.39% | 0.31% | - |
| HSV(B) | 318.39º | 0.56% | 0.44% | - |
| XYZ | 9.59 | 6.35 | 10.85 | - |
| YUV | 72.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 92 | 0 | 0.56 | 0.17 | 0.56 | 318.39 | 0.39 | 0.31 |
| Hex | 6F | 31 | 5C | 0 | 38 | 11 | 38 | 13E | 27 | 1F |
| Octal | 157 | 61 | 134 | 0 | 70 | 21 | 70 | 476 | 47 | 37 |
| Binary | 1101111 | 110001 | 1011100 | 0 | 111000 | 10001 | 111000 | 100111110 | 100111 | 11111 |
Color Harmonies of #6F315C
Complementary color
Monochromatic Colors of #6F315C
Black with #6F315C
Text Example
Text Example
White with #6F315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F315C; }
p { color: rgb(111,49,92); }
H1.HeaderClassName
{
color: #6F315C;
}
.AnyTagClassName
{
color: #6F315C;
}
</style>
background-color css
<style>
a { background-color: #6F315C; }
a { background-color: rgb(111,49,92); }
div.DivClassName
{
background-color: #6F315C;
}
.BgClassName
{
background-color: #6F315C;
}
</style>
border-color css
<style>
span { border-color: #6F315C; }
span { border-color: rgb(111,49,92); }
td.TdClassName
{
border-color: #6F315C;
}
.TagClassName
{
border-color: #6F315C;
}
</style>