Shades of Palatinate Purple #6F256C
Tints of Palatinate Purple #6F256C
RGB
CMYK
RGB Variations
Color information
#6F256C (or 0x6F256C) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 6C. RGB value is (111,37,108). Sum of RGB (Red+Green+Blue) = 111+37+108=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F256C is #90DA93. Grayscale: #434343. Windows color (decimal): -9493140 or 7087471. OLE color: 7087471.
HSL color Cylindrical-coordinate representation of color #6F256C: hue angle of 302.43º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F256C is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 108 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.56 |
| HSL | 302.43º | 0.5% | 0.29% | - |
| HSV(B) | 302.43º | 0.67% | 0.44% | - |
| XYZ | 9.92 | 5.79 | 14.78 | - |
| YUV | 67.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 108 | 0 | 0.67 | 0.03 | 0.56 | 302.43 | 0.5 | 0.29 |
| Hex | 6F | 25 | 6C | 0 | 43 | 3 | 38 | 12E | 32 | 1D |
| Octal | 157 | 45 | 154 | 0 | 103 | 3 | 70 | 456 | 62 | 35 |
| Binary | 1101111 | 100101 | 1101100 | 0 | 1000011 | 11 | 111000 | 100101110 | 110010 | 11101 |
Color Harmonies of #6F256C
Complementary color
Monochromatic Colors of #6F256C
Black with #6F256C
Text Example
Text Example
White with #6F256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F256C; }
p { color: rgb(111,37,108); }
H1.HeaderClassName
{
color: #6F256C;
}
.AnyTagClassName
{
color: #6F256C;
}
</style>
background-color css
<style>
a { background-color: #6F256C; }
a { background-color: rgb(111,37,108); }
div.DivClassName
{
background-color: #6F256C;
}
.BgClassName
{
background-color: #6F256C;
}
</style>
border-color css
<style>
span { border-color: #6F256C; }
span { border-color: rgb(111,37,108); }
td.TdClassName
{
border-color: #6F256C;
}
.TagClassName
{
border-color: #6F256C;
}
</style>