Shades of Purple #6B0768
Tints of Purple #6B0768
RGB
CMYK
RGB Variations
Color information
#6B0768 (or 0x6B0768) is known color: Purple. HEX triplet: 6B, 07 and 68. RGB value is (107,7,104). Sum of RGB (Red+Green+Blue) = 107+7+104=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0768 is #94F897. Grayscale: #2F2F2F. Windows color (decimal): -9762968 or 6817643. OLE color: 6817643.
HSL color Cylindrical-coordinate representation of color #6B0768: hue angle of 301.8º 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 #6B0768 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 104 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.58 |
| HSL | 301.8º | 0.88% | 0.22% | - |
| HSV(B) | 301.8º | 0.93% | 0.42% | - |
| XYZ | 8.64 | 4.28 | 13.47 | - |
| YUV | 47.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 104 | 0 | 0.93 | 0.03 | 0.58 | 301.8 | 0.88 | 0.22 |
| Hex | 6B | 7 | 68 | 0 | 5D | 3 | 3A | 12E | 58 | 16 |
| Octal | 153 | 7 | 150 | 0 | 135 | 3 | 72 | 456 | 130 | 26 |
| Binary | 1101011 | 111 | 1101000 | 0 | 1011101 | 11 | 111010 | 100101110 | 1011000 | 10110 |
Color Harmonies of #6B0768
Complementary color
Monochromatic Colors of #6B0768
Black with #6B0768
Text Example
Text Example
White with #6B0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0768; }
p { color: rgb(107,7,104); }
H1.HeaderClassName
{
color: #6B0768;
}
.AnyTagClassName
{
color: #6B0768;
}
</style>
background-color css
<style>
a { background-color: #6B0768; }
a { background-color: rgb(107,7,104); }
div.DivClassName
{
background-color: #6B0768;
}
.BgClassName
{
background-color: #6B0768;
}
</style>
border-color css
<style>
span { border-color: #6B0768; }
span { border-color: rgb(107,7,104); }
td.TdClassName
{
border-color: #6B0768;
}
.TagClassName
{
border-color: #6B0768;
}
</style>