Shades of Palatinate Purple #6F265C
Tints of Palatinate Purple #6F265C
RGB
CMYK
RGB Variations
Color information
#6F265C (or 0x6F265C) is known color: Palatinate Purple. HEX triplet: 6F, 26 and 5C. RGB value is (111,38,92). Sum of RGB (Red+Green+Blue) = 111+38+92=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F265C is #90D9A3. Grayscale: #414141. Windows color (decimal): -9492900 or 6039151. OLE color: 6039151.
HSL color Cylindrical-coordinate representation of color #6F265C: hue angle of 315.62º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F265C is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 92 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.56 |
| HSL | 315.62º | 0.49% | 0.29% | - |
| HSV(B) | 315.62º | 0.66% | 0.44% | - |
| XYZ | 9.18 | 5.54 | 10.71 | - |
| YUV | 65.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 92 | 0 | 0.66 | 0.17 | 0.56 | 315.62 | 0.49 | 0.29 |
| Hex | 6F | 26 | 5C | 0 | 42 | 11 | 38 | 13C | 31 | 1D |
| Octal | 157 | 46 | 134 | 0 | 102 | 21 | 70 | 474 | 61 | 35 |
| Binary | 1101111 | 100110 | 1011100 | 0 | 1000010 | 10001 | 111000 | 100111100 | 110001 | 11101 |
Color Harmonies of #6F265C
Complementary color
Monochromatic Colors of #6F265C
Black with #6F265C
Text Example
Text Example
White with #6F265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F265C; }
p { color: rgb(111,38,92); }
H1.HeaderClassName
{
color: #6F265C;
}
.AnyTagClassName
{
color: #6F265C;
}
</style>
background-color css
<style>
a { background-color: #6F265C; }
a { background-color: rgb(111,38,92); }
div.DivClassName
{
background-color: #6F265C;
}
.BgClassName
{
background-color: #6F265C;
}
</style>
border-color css
<style>
span { border-color: #6F265C; }
span { border-color: rgb(111,38,92); }
td.TdClassName
{
border-color: #6F265C;
}
.TagClassName
{
border-color: #6F265C;
}
</style>