Shades of Purple #6B0366
Tints of Purple #6B0366
RGB
CMYK
RGB Variations
Color information
#6B0366 (or 0x6B0366) is known color: Purple. HEX triplet: 6B, 03 and 66. RGB value is (107,3,102). Sum of RGB (Red+Green+Blue) = 107+3+102=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0366 is #94FC99. Grayscale: #2D2D2D. Windows color (decimal): -9763994 or 6685547. OLE color: 6685547.
HSL color Cylindrical-coordinate representation of color #6B0366: hue angle of 302.88º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0366 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 102 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.58 |
| HSL | 302.88º | 0.95% | 0.22% | - |
| HSV(B) | 302.88º | 0.97% | 0.42% | - |
| XYZ | 8.49 | 4.15 | 12.92 | - |
| YUV | 45.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 102 | 0 | 0.97 | 0.05 | 0.58 | 302.88 | 0.95 | 0.22 |
| Hex | 6B | 3 | 66 | 0 | 61 | 5 | 3A | 12F | 5F | 16 |
| Octal | 153 | 3 | 146 | 0 | 141 | 5 | 72 | 457 | 137 | 26 |
| Binary | 1101011 | 11 | 1100110 | 0 | 1100001 | 101 | 111010 | 100101111 | 1011111 | 10110 |
Color Harmonies of #6B0366
Complementary color
Monochromatic Colors of #6B0366
Black with #6B0366
Text Example
Text Example
White with #6B0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0366; }
p { color: rgb(107,3,102); }
H1.HeaderClassName
{
color: #6B0366;
}
.AnyTagClassName
{
color: #6B0366;
}
</style>
background-color css
<style>
a { background-color: #6B0366; }
a { background-color: rgb(107,3,102); }
div.DivClassName
{
background-color: #6B0366;
}
.BgClassName
{
background-color: #6B0366;
}
</style>
border-color css
<style>
span { border-color: #6B0366; }
span { border-color: rgb(107,3,102); }
td.TdClassName
{
border-color: #6B0366;
}
.TagClassName
{
border-color: #6B0366;
}
</style>