Shades of Purple #660B7B
Tints of Purple #660B7B
RGB
CMYK
RGB Variations
Color information
#660B7B (or 0x660B7B) is known color: Purple. HEX triplet: 66, 0B and 7B. RGB value is (102,11,123). Sum of RGB (Red+Green+Blue) = 102+11+123=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #660B7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B7B is #99F484. Grayscale: #323232. Windows color (decimal): -10089605 or 8063846. OLE color: 8063846.
HSL color Cylindrical-coordinate representation of color #660B7B: hue angle of 288.75º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660B7B is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 11 | 123 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.52 |
| HSL | 288.75º | 0.84% | 0.26% | - |
| HSV(B) | 288.75º | 0.91% | 0.48% | - |
| XYZ | 9.17 | 4.49 | 19.12 | - |
| YUV | 50.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 123 | 0.17 | 0.91 | 0 | 0.52 | 288.75 | 0.84 | 0.26 |
| Hex | 66 | B | 7B | 11 | 5B | 0 | 34 | 121 | 54 | 1A |
| Octal | 146 | 13 | 173 | 21 | 133 | 0 | 64 | 441 | 124 | 32 |
| Binary | 1100110 | 1011 | 1111011 | 10001 | 1011011 | 0 | 110100 | 100100001 | 1010100 | 11010 |
Color Harmonies of #660B7B
Complementary color
Monochromatic Colors of #660B7B
Black with #660B7B
Text Example
Text Example
White with #660B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B7B; }
p { color: rgb(102,11,123); }
H1.HeaderClassName
{
color: #660B7B;
}
.AnyTagClassName
{
color: #660B7B;
}
</style>
background-color css
<style>
a { background-color: #660B7B; }
a { background-color: rgb(102,11,123); }
div.DivClassName
{
background-color: #660B7B;
}
.BgClassName
{
background-color: #660B7B;
}
</style>
border-color css
<style>
span { border-color: #660B7B; }
span { border-color: rgb(102,11,123); }
td.TdClassName
{
border-color: #660B7B;
}
.TagClassName
{
border-color: #660B7B;
}
</style>