Shades of Purple #6B0168
Tints of Purple #6B0168
RGB
CMYK
RGB Variations
Color information
#6B0168 (or 0x6B0168) is known color: Purple. HEX triplet: 6B, 01 and 68. RGB value is (107,1,104). Sum of RGB (Red+Green+Blue) = 107+1+104=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0168 is #94FE97. Grayscale: #2C2C2C. Windows color (decimal): -9764504 or 6816107. OLE color: 6816107.
HSL color Cylindrical-coordinate representation of color #6B0168: hue angle of 301.7º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0168 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.58 |
| HSL | 301.7º | 0.98% | 0.21% | - |
| HSV(B) | 301.7º | 0.99% | 0.42% | - |
| XYZ | 8.57 | 4.15 | 13.45 | - |
| YUV | 44.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 104 | 0 | 0.99 | 0.03 | 0.58 | 301.7 | 0.98 | 0.21 |
| Hex | 6B | 1 | 68 | 0 | 63 | 3 | 3A | 12E | 62 | 15 |
| Octal | 153 | 1 | 150 | 0 | 143 | 3 | 72 | 456 | 142 | 25 |
| Binary | 1101011 | 1 | 1101000 | 0 | 1100011 | 11 | 111010 | 100101110 | 1100010 | 10101 |
Color Harmonies of #6B0168
Complementary color
Monochromatic Colors of #6B0168
Black with #6B0168
Text Example
Text Example
White with #6B0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0168; }
p { color: rgb(107,1,104); }
H1.HeaderClassName
{
color: #6B0168;
}
.AnyTagClassName
{
color: #6B0168;
}
</style>
background-color css
<style>
a { background-color: #6B0168; }
a { background-color: rgb(107,1,104); }
div.DivClassName
{
background-color: #6B0168;
}
.BgClassName
{
background-color: #6B0168;
}
</style>
border-color css
<style>
span { border-color: #6B0168; }
span { border-color: rgb(107,1,104); }
td.TdClassName
{
border-color: #6B0168;
}
.TagClassName
{
border-color: #6B0168;
}
</style>