Shades of Palatinate Purple #6B236A
Tints of Palatinate Purple #6B236A
RGB
CMYK
RGB Variations
Color information
#6B236A (or 0x6B236A) is known color: Palatinate Purple. HEX triplet: 6B, 23 and 6A. RGB value is (107,35,106). Sum of RGB (Red+Green+Blue) = 107+35+106=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 107 - color contains mainly: red. Hex color #6B236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B236A is #94DC95. Grayscale: #404040. Windows color (decimal): -9755798 or 6955883. OLE color: 6955883.
HSL color Cylindrical-coordinate representation of color #6B236A: hue angle of 300.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 #6B236A is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 106 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.58 |
| HSL | 300.83º | 0.51% | 0.28% | - |
| HSV(B) | 300.83º | 0.67% | 0.42% | - |
| XYZ | 9.27 | 5.37 | 14.18 | - |
| YUV | 64.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 106 | 0 | 0.67 | 0.01 | 0.58 | 300.83 | 0.51 | 0.28 |
| Hex | 6B | 23 | 6A | 0 | 43 | 1 | 3A | 12D | 33 | 1C |
| Octal | 153 | 43 | 152 | 0 | 103 | 1 | 72 | 455 | 63 | 34 |
| Binary | 1101011 | 100011 | 1101010 | 0 | 1000011 | 1 | 111010 | 100101101 | 110011 | 11100 |
Color Harmonies of #6B236A
Complementary color
Monochromatic Colors of #6B236A
Black with #6B236A
Text Example
Text Example
White with #6B236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B236A; }
p { color: rgb(107,35,106); }
H1.HeaderClassName
{
color: #6B236A;
}
.AnyTagClassName
{
color: #6B236A;
}
</style>
background-color css
<style>
a { background-color: #6B236A; }
a { background-color: rgb(107,35,106); }
div.DivClassName
{
background-color: #6B236A;
}
.BgClassName
{
background-color: #6B236A;
}
</style>
border-color css
<style>
span { border-color: #6B236A; }
span { border-color: rgb(107,35,106); }
td.TdClassName
{
border-color: #6B236A;
}
.TagClassName
{
border-color: #6B236A;
}
</style>