Shades of Palatinate Purple #6B0463
Tints of Palatinate Purple #6B0463
RGB
CMYK
RGB Variations
Color information
#6B0463 (or 0x6B0463) is known color: Palatinate Purple. HEX triplet: 6B, 04 and 63. RGB value is (107,4,99). Sum of RGB (Red+Green+Blue) = 107+4+99=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0463 is #94FB9C. Grayscale: #2D2D2D. Windows color (decimal): -9763741 or 6489195. OLE color: 6489195.
HSL color Cylindrical-coordinate representation of color #6B0463: hue angle of 304.66º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0463 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 99 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.58 |
| HSL | 304.66º | 0.93% | 0.22% | - |
| HSV(B) | 304.66º | 0.96% | 0.42% | - |
| XYZ | 8.36 | 4.11 | 12.16 | - |
| YUV | 45.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 99 | 0 | 0.96 | 0.07 | 0.58 | 304.66 | 0.93 | 0.22 |
| Hex | 6B | 4 | 63 | 0 | 60 | 7 | 3A | 131 | 5D | 16 |
| Octal | 153 | 4 | 143 | 0 | 140 | 7 | 72 | 461 | 135 | 26 |
| Binary | 1101011 | 100 | 1100011 | 0 | 1100000 | 111 | 111010 | 100110001 | 1011101 | 10110 |
Color Harmonies of #6B0463
Complementary color
Monochromatic Colors of #6B0463
Black with #6B0463
Text Example
Text Example
White with #6B0463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0463; }
p { color: rgb(107,4,99); }
H1.HeaderClassName
{
color: #6B0463;
}
.AnyTagClassName
{
color: #6B0463;
}
</style>
background-color css
<style>
a { background-color: #6B0463; }
a { background-color: rgb(107,4,99); }
div.DivClassName
{
background-color: #6B0463;
}
.BgClassName
{
background-color: #6B0463;
}
</style>
border-color css
<style>
span { border-color: #6B0463; }
span { border-color: rgb(107,4,99); }
td.TdClassName
{
border-color: #6B0463;
}
.TagClassName
{
border-color: #6B0463;
}
</style>