Shades of Purple #6B0268
Tints of Purple #6B0268
RGB
CMYK
RGB Variations
Color information
#6B0268 (or 0x6B0268) is known color: Purple. HEX triplet: 6B, 02 and 68. RGB value is (107,2,104). Sum of RGB (Red+Green+Blue) = 107+2+104=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0268 is #94FD97. Grayscale: #2C2C2C. Windows color (decimal): -9764248 or 6816363. OLE color: 6816363.
HSL color Cylindrical-coordinate representation of color #6B0268: hue angle of 301.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0268 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 104 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.58 |
| HSL | 301.71º | 0.96% | 0.21% | - |
| HSV(B) | 301.71º | 0.98% | 0.42% | - |
| XYZ | 8.58 | 4.17 | 13.45 | - |
| YUV | 45.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 104 | 0 | 0.98 | 0.03 | 0.58 | 301.71 | 0.96 | 0.21 |
| Hex | 6B | 2 | 68 | 0 | 62 | 3 | 3A | 12E | 60 | 15 |
| Octal | 153 | 2 | 150 | 0 | 142 | 3 | 72 | 456 | 140 | 25 |
| Binary | 1101011 | 10 | 1101000 | 0 | 1100010 | 11 | 111010 | 100101110 | 1100000 | 10101 |
Color Harmonies of #6B0268
Complementary color
Monochromatic Colors of #6B0268
Black with #6B0268
Text Example
Text Example
White with #6B0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0268; }
p { color: rgb(107,2,104); }
H1.HeaderClassName
{
color: #6B0268;
}
.AnyTagClassName
{
color: #6B0268;
}
</style>
background-color css
<style>
a { background-color: #6B0268; }
a { background-color: rgb(107,2,104); }
div.DivClassName
{
background-color: #6B0268;
}
.BgClassName
{
background-color: #6B0268;
}
</style>
border-color css
<style>
span { border-color: #6B0268; }
span { border-color: rgb(107,2,104); }
td.TdClassName
{
border-color: #6B0268;
}
.TagClassName
{
border-color: #6B0268;
}
</style>