Shades of Palatinate Purple #6B3463
Tints of Palatinate Purple #6B3463
RGB
CMYK
RGB Variations
Color information
#6B3463 (or 0x6B3463) is known color: Palatinate Purple. HEX triplet: 6B, 34 and 63. RGB value is (107,52,99). Sum of RGB (Red+Green+Blue) = 107+52+99=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3463 is #94CB9C. Grayscale: #494949. Windows color (decimal): -9751453 or 6501483. OLE color: 6501483.
HSL color Cylindrical-coordinate representation of color #6B3463: hue angle of 308.73º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3463 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 52 | 99 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.58 |
| HSL | 308.73º | 0.35% | 0.31% | - |
| HSV(B) | 308.73º | 0.51% | 0.42% | - |
| XYZ | 9.54 | 6.48 | 12.55 | - |
| YUV | 73.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 99 | 0 | 0.51 | 0.07 | 0.58 | 308.73 | 0.35 | 0.31 |
| Hex | 6B | 34 | 63 | 0 | 33 | 7 | 3A | 135 | 23 | 1F |
| Octal | 153 | 64 | 143 | 0 | 63 | 7 | 72 | 465 | 43 | 37 |
| Binary | 1101011 | 110100 | 1100011 | 0 | 110011 | 111 | 111010 | 100110101 | 100011 | 11111 |
Color Harmonies of #6B3463
Complementary color
Monochromatic Colors of #6B3463
Black with #6B3463
Text Example
Text Example
White with #6B3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3463; }
p { color: rgb(107,52,99); }
H1.HeaderClassName
{
color: #6B3463;
}
.AnyTagClassName
{
color: #6B3463;
}
</style>
background-color css
<style>
a { background-color: #6B3463; }
a { background-color: rgb(107,52,99); }
div.DivClassName
{
background-color: #6B3463;
}
.BgClassName
{
background-color: #6B3463;
}
</style>
border-color css
<style>
span { border-color: #6B3463; }
span { border-color: rgb(107,52,99); }
td.TdClassName
{
border-color: #6B3463;
}
.TagClassName
{
border-color: #6B3463;
}
</style>