Shades of Palatinate Purple #6B035F
Tints of Palatinate Purple #6B035F
RGB
CMYK
RGB Variations
Color information
#6B035F (or 0x6B035F) is known color: Palatinate Purple. HEX triplet: 6B, 03 and 5F. RGB value is (107,3,95). Sum of RGB (Red+Green+Blue) = 107+3+95=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B035F is #94FCA0. Grayscale: #2C2C2C. Windows color (decimal): -9764001 or 6226795. OLE color: 6226795.
HSL color Cylindrical-coordinate representation of color #6B035F: hue angle of 306.92º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B035F is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 95 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.58 |
| HSL | 306.92º | 0.95% | 0.22% | - |
| HSV(B) | 306.92º | 0.97% | 0.42% | - |
| XYZ | 8.16 | 4.02 | 11.17 | - |
| YUV | 44.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 95 | 0 | 0.97 | 0.11 | 0.58 | 306.92 | 0.95 | 0.22 |
| Hex | 6B | 3 | 5F | 0 | 61 | B | 3A | 133 | 5F | 16 |
| Octal | 153 | 3 | 137 | 0 | 141 | 13 | 72 | 463 | 137 | 26 |
| Binary | 1101011 | 11 | 1011111 | 0 | 1100001 | 1011 | 111010 | 100110011 | 1011111 | 10110 |
Color Harmonies of #6B035F
Complementary color
Monochromatic Colors of #6B035F
Black with #6B035F
Text Example
Text Example
White with #6B035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B035F; }
p { color: rgb(107,3,95); }
H1.HeaderClassName
{
color: #6B035F;
}
.AnyTagClassName
{
color: #6B035F;
}
</style>
background-color css
<style>
a { background-color: #6B035F; }
a { background-color: rgb(107,3,95); }
div.DivClassName
{
background-color: #6B035F;
}
.BgClassName
{
background-color: #6B035F;
}
</style>
border-color css
<style>
span { border-color: #6B035F; }
span { border-color: rgb(107,3,95); }
td.TdClassName
{
border-color: #6B035F;
}
.TagClassName
{
border-color: #6B035F;
}
</style>