Shades of Palatinate Purple #6F315A
Tints of Palatinate Purple #6F315A
RGB
CMYK
RGB Variations
Color information
#6F315A (or 0x6F315A) is known color: Palatinate Purple. HEX triplet: 6F, 31 and 5A. RGB value is (111,49,90). Sum of RGB (Red+Green+Blue) = 111+49+90=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F315A is #90CEA5. Grayscale: #484848. Windows color (decimal): -9490086 or 5910895. OLE color: 5910895.
HSL color Cylindrical-coordinate representation of color #6F315A: hue angle of 320.32º 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 #6F315A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 90 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.56 |
| HSL | 320.32º | 0.39% | 0.31% | - |
| HSV(B) | 320.32º | 0.56% | 0.44% | - |
| XYZ | 9.5 | 6.31 | 10.39 | - |
| YUV | 72.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 90 | 0 | 0.56 | 0.19 | 0.56 | 320.32 | 0.39 | 0.31 |
| Hex | 6F | 31 | 5A | 0 | 38 | 13 | 38 | 140 | 27 | 1F |
| Octal | 157 | 61 | 132 | 0 | 70 | 23 | 70 | 500 | 47 | 37 |
| Binary | 1101111 | 110001 | 1011010 | 0 | 111000 | 10011 | 111000 | 101000000 | 100111 | 11111 |
Color Harmonies of #6F315A
Complementary color
Monochromatic Colors of #6F315A
Black with #6F315A
Text Example
Text Example
White with #6F315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F315A; }
p { color: rgb(111,49,90); }
H1.HeaderClassName
{
color: #6F315A;
}
.AnyTagClassName
{
color: #6F315A;
}
</style>
background-color css
<style>
a { background-color: #6F315A; }
a { background-color: rgb(111,49,90); }
div.DivClassName
{
background-color: #6F315A;
}
.BgClassName
{
background-color: #6F315A;
}
</style>
border-color css
<style>
span { border-color: #6F315A; }
span { border-color: rgb(111,49,90); }
td.TdClassName
{
border-color: #6F315A;
}
.TagClassName
{
border-color: #6F315A;
}
</style>