Shades of Palatinate Purple #6B2364
Tints of Palatinate Purple #6B2364
RGB
CMYK
RGB Variations
Color information
#6B2364 (or 0x6B2364) is known color: Palatinate Purple. HEX triplet: 6B, 23 and 64. RGB value is (107,35,100). Sum of RGB (Red+Green+Blue) = 107+35+100=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2364 is #94DC9B. Grayscale: #3F3F3F. Windows color (decimal): -9755804 or 6562667. OLE color: 6562667.
HSL color Cylindrical-coordinate representation of color #6B2364: hue angle of 305.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 #6B2364 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 100 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.58 |
| HSL | 305.83º | 0.51% | 0.28% | - |
| HSV(B) | 305.83º | 0.67% | 0.42% | - |
| XYZ | 8.96 | 5.25 | 12.6 | - |
| YUV | 63.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 100 | 0 | 0.67 | 0.07 | 0.58 | 305.83 | 0.51 | 0.28 |
| Hex | 6B | 23 | 64 | 0 | 43 | 7 | 3A | 132 | 33 | 1C |
| Octal | 153 | 43 | 144 | 0 | 103 | 7 | 72 | 462 | 63 | 34 |
| Binary | 1101011 | 100011 | 1100100 | 0 | 1000011 | 111 | 111010 | 100110010 | 110011 | 11100 |
Color Harmonies of #6B2364
Complementary color
Monochromatic Colors of #6B2364
Black with #6B2364
Text Example
Text Example
White with #6B2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2364; }
p { color: rgb(107,35,100); }
H1.HeaderClassName
{
color: #6B2364;
}
.AnyTagClassName
{
color: #6B2364;
}
</style>
background-color css
<style>
a { background-color: #6B2364; }
a { background-color: rgb(107,35,100); }
div.DivClassName
{
background-color: #6B2364;
}
.BgClassName
{
background-color: #6B2364;
}
</style>
border-color css
<style>
span { border-color: #6B2364; }
span { border-color: rgb(107,35,100); }
td.TdClassName
{
border-color: #6B2364;
}
.TagClassName
{
border-color: #6B2364;
}
</style>