Shades of Purple #6B066D
Tints of Purple #6B066D
RGB
CMYK
RGB Variations
Color information
#6B066D (or 0x6B066D) is known color: Purple. HEX triplet: 6B, 06 and 6D. RGB value is (107,6,109). Sum of RGB (Red+Green+Blue) = 107+6+109=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B066D is #94F992. Grayscale: #2F2F2F. Windows color (decimal): -9763219 or 7145067. OLE color: 7145067.
HSL color Cylindrical-coordinate representation of color #6B066D: hue angle of 298.83º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B066D is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 6 | 109 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.57 |
| HSL | 298.84º | 0.9% | 0.23% | - |
| HSV(B) | 298.84º | 0.94% | 0.43% | - |
| XYZ | 8.89 | 4.36 | 14.84 | - |
| YUV | 47.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 109 | 0.02 | 0.94 | 0 | 0.57 | 298.84 | 0.9 | 0.23 |
| Hex | 6B | 6 | 6D | 2 | 5E | 0 | 39 | 12B | 5A | 17 |
| Octal | 153 | 6 | 155 | 2 | 136 | 0 | 71 | 453 | 132 | 27 |
| Binary | 1101011 | 110 | 1101101 | 10 | 1011110 | 0 | 111001 | 100101011 | 1011010 | 10111 |
Color Harmonies of #6B066D
Complementary color
Monochromatic Colors of #6B066D
Black with #6B066D
Text Example
Text Example
White with #6B066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B066D; }
p { color: rgb(107,6,109); }
H1.HeaderClassName
{
color: #6B066D;
}
.AnyTagClassName
{
color: #6B066D;
}
</style>
background-color css
<style>
a { background-color: #6B066D; }
a { background-color: rgb(107,6,109); }
div.DivClassName
{
background-color: #6B066D;
}
.BgClassName
{
background-color: #6B066D;
}
</style>
border-color css
<style>
span { border-color: #6B066D; }
span { border-color: rgb(107,6,109); }
td.TdClassName
{
border-color: #6B066D;
}
.TagClassName
{
border-color: #6B066D;
}
</style>