Shades of Palatinate Purple #6B3263
Tints of Palatinate Purple #6B3263
RGB
CMYK
RGB Variations
Color information
#6B3263 (or 0x6B3263) is known color: Palatinate Purple. HEX triplet: 6B, 32 and 63. RGB value is (107,50,99). Sum of RGB (Red+Green+Blue) = 107+50+99=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3263 is #94CD9C. Grayscale: #484848. Windows color (decimal): -9751965 or 6500971. OLE color: 6500971.
HSL color Cylindrical-coordinate representation of color #6B3263: hue angle of 308.42º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B3263 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 99 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.58 |
| HSL | 308.42º | 0.36% | 0.31% | - |
| HSV(B) | 308.42º | 0.53% | 0.42% | - |
| XYZ | 9.46 | 6.31 | 12.52 | - |
| YUV | 72.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 99 | 0 | 0.53 | 0.07 | 0.58 | 308.42 | 0.36 | 0.31 |
| Hex | 6B | 32 | 63 | 0 | 35 | 7 | 3A | 134 | 24 | 1F |
| Octal | 153 | 62 | 143 | 0 | 65 | 7 | 72 | 464 | 44 | 37 |
| Binary | 1101011 | 110010 | 1100011 | 0 | 110101 | 111 | 111010 | 100110100 | 100100 | 11111 |
Color Harmonies of #6B3263
Complementary color
Monochromatic Colors of #6B3263
Black with #6B3263
Text Example
Text Example
White with #6B3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3263; }
p { color: rgb(107,50,99); }
H1.HeaderClassName
{
color: #6B3263;
}
.AnyTagClassName
{
color: #6B3263;
}
</style>
background-color css
<style>
a { background-color: #6B3263; }
a { background-color: rgb(107,50,99); }
div.DivClassName
{
background-color: #6B3263;
}
.BgClassName
{
background-color: #6B3263;
}
</style>
border-color css
<style>
span { border-color: #6B3263; }
span { border-color: rgb(107,50,99); }
td.TdClassName
{
border-color: #6B3263;
}
.TagClassName
{
border-color: #6B3263;
}
</style>