Shades of Palatinate Purple #6B0764
Tints of Palatinate Purple #6B0764
RGB
CMYK
RGB Variations
Color information
#6B0764 (or 0x6B0764) is known color: Palatinate Purple. HEX triplet: 6B, 07 and 64. RGB value is (107,7,100). Sum of RGB (Red+Green+Blue) = 107+7+100=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0764 is #94F89B. Grayscale: #2F2F2F. Windows color (decimal): -9762972 or 6555499. OLE color: 6555499.
HSL color Cylindrical-coordinate representation of color #6B0764: hue angle of 304.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0764 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 100 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.58 |
| HSL | 304.2º | 0.88% | 0.22% | - |
| HSV(B) | 304.2º | 0.93% | 0.42% | - |
| XYZ | 8.44 | 4.2 | 12.42 | - |
| YUV | 47.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 100 | 0 | 0.93 | 0.07 | 0.58 | 304.2 | 0.88 | 0.22 |
| Hex | 6B | 7 | 64 | 0 | 5D | 7 | 3A | 130 | 58 | 16 |
| Octal | 153 | 7 | 144 | 0 | 135 | 7 | 72 | 460 | 130 | 26 |
| Binary | 1101011 | 111 | 1100100 | 0 | 1011101 | 111 | 111010 | 100110000 | 1011000 | 10110 |
Color Harmonies of #6B0764
Complementary color
Monochromatic Colors of #6B0764
Black with #6B0764
Text Example
Text Example
White with #6B0764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0764; }
p { color: rgb(107,7,100); }
H1.HeaderClassName
{
color: #6B0764;
}
.AnyTagClassName
{
color: #6B0764;
}
</style>
background-color css
<style>
a { background-color: #6B0764; }
a { background-color: rgb(107,7,100); }
div.DivClassName
{
background-color: #6B0764;
}
.BgClassName
{
background-color: #6B0764;
}
</style>
border-color css
<style>
span { border-color: #6B0764; }
span { border-color: rgb(107,7,100); }
td.TdClassName
{
border-color: #6B0764;
}
.TagClassName
{
border-color: #6B0764;
}
</style>