Shades of Purple #6B0266
Tints of Purple #6B0266
RGB
CMYK
RGB Variations
Color information
#6B0266 (or 0x6B0266) is known color: Purple. HEX triplet: 6B, 02 and 66. RGB value is (107,2,102). Sum of RGB (Red+Green+Blue) = 107+2+102=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0266 is #94FD99. Grayscale: #2C2C2C. Windows color (decimal): -9764250 or 6685291. OLE color: 6685291.
HSL color Cylindrical-coordinate representation of color #6B0266: hue angle of 302.86º 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 #6B0266 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 102 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.58 |
| HSL | 302.86º | 0.96% | 0.21% | - |
| HSV(B) | 302.86º | 0.98% | 0.42% | - |
| XYZ | 8.48 | 4.13 | 12.92 | - |
| YUV | 44.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 102 | 0 | 0.98 | 0.05 | 0.58 | 302.86 | 0.96 | 0.21 |
| Hex | 6B | 2 | 66 | 0 | 62 | 5 | 3A | 12F | 60 | 15 |
| Octal | 153 | 2 | 146 | 0 | 142 | 5 | 72 | 457 | 140 | 25 |
| Binary | 1101011 | 10 | 1100110 | 0 | 1100010 | 101 | 111010 | 100101111 | 1100000 | 10101 |
Color Harmonies of #6B0266
Complementary color
Monochromatic Colors of #6B0266
Black with #6B0266
Text Example
Text Example
White with #6B0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0266; }
p { color: rgb(107,2,102); }
H1.HeaderClassName
{
color: #6B0266;
}
.AnyTagClassName
{
color: #6B0266;
}
</style>
background-color css
<style>
a { background-color: #6B0266; }
a { background-color: rgb(107,2,102); }
div.DivClassName
{
background-color: #6B0266;
}
.BgClassName
{
background-color: #6B0266;
}
</style>
border-color css
<style>
span { border-color: #6B0266; }
span { border-color: rgb(107,2,102); }
td.TdClassName
{
border-color: #6B0266;
}
.TagClassName
{
border-color: #6B0266;
}
</style>