Shades of Palatinate Purple #6B2358
Tints of Palatinate Purple #6B2358
RGB
CMYK
RGB Variations
Color information
#6B2358 (or 0x6B2358) is known color: Palatinate Purple. HEX triplet: 6B, 23 and 58. RGB value is (107,35,88). Sum of RGB (Red+Green+Blue) = 107+35+88=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2358 is #94DCA7. Grayscale: #3E3E3E. Windows color (decimal): -9755816 or 5776235. OLE color: 5776235.
HSL color Cylindrical-coordinate representation of color #6B2358: hue angle of 315.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2358 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 88 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.58 |
| HSL | 315.83º | 0.51% | 0.28% | - |
| HSV(B) | 315.83º | 0.67% | 0.42% | - |
| XYZ | 8.43 | 5.03 | 9.76 | - |
| YUV | 62.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 88 | 0 | 0.67 | 0.18 | 0.58 | 315.83 | 0.51 | 0.28 |
| Hex | 6B | 23 | 58 | 0 | 43 | 12 | 3A | 13C | 33 | 1C |
| Octal | 153 | 43 | 130 | 0 | 103 | 22 | 72 | 474 | 63 | 34 |
| Binary | 1101011 | 100011 | 1011000 | 0 | 1000011 | 10010 | 111010 | 100111100 | 110011 | 11100 |
Color Harmonies of #6B2358
Complementary color
Monochromatic Colors of #6B2358
Black with #6B2358
Text Example
Text Example
White with #6B2358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2358; }
p { color: rgb(107,35,88); }
H1.HeaderClassName
{
color: #6B2358;
}
.AnyTagClassName
{
color: #6B2358;
}
</style>
background-color css
<style>
a { background-color: #6B2358; }
a { background-color: rgb(107,35,88); }
div.DivClassName
{
background-color: #6B2358;
}
.BgClassName
{
background-color: #6B2358;
}
</style>
border-color css
<style>
span { border-color: #6B2358; }
span { border-color: rgb(107,35,88); }
td.TdClassName
{
border-color: #6B2358;
}
.TagClassName
{
border-color: #6B2358;
}
</style>