Shades of Purple #660B71
Tints of Purple #660B71
RGB
CMYK
RGB Variations
Color information
#660B71 (or 0x660B71) is known color: Purple. HEX triplet: 66, 0B and 71. RGB value is (102,11,113). Sum of RGB (Red+Green+Blue) = 102+11+113=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #660B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B71 is #99F48E. Grayscale: #313131. Windows color (decimal): -10089615 or 7408486. OLE color: 7408486.
HSL color Cylindrical-coordinate representation of color #660B71: hue angle of 293.53º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660B71 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 11 | 113 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.56 |
| HSL | 293.53º | 0.82% | 0.24% | - |
| HSV(B) | 293.53º | 0.9% | 0.44% | - |
| XYZ | 8.58 | 4.26 | 15.99 | - |
| YUV | 49.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 113 | 0.10 | 0.90 | 0 | 0.56 | 293.53 | 0.82 | 0.24 |
| Hex | 66 | B | 71 | A | 5A | 0 | 38 | 126 | 52 | 18 |
| Octal | 146 | 13 | 161 | 12 | 132 | 0 | 70 | 446 | 122 | 30 |
| Binary | 1100110 | 1011 | 1110001 | 1010 | 1011010 | 0 | 111000 | 100100110 | 1010010 | 11000 |
Color Harmonies of #660B71
Complementary color
Monochromatic Colors of #660B71
Black with #660B71
Text Example
Text Example
White with #660B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B71; }
p { color: rgb(102,11,113); }
H1.HeaderClassName
{
color: #660B71;
}
.AnyTagClassName
{
color: #660B71;
}
</style>
background-color css
<style>
a { background-color: #660B71; }
a { background-color: rgb(102,11,113); }
div.DivClassName
{
background-color: #660B71;
}
.BgClassName
{
background-color: #660B71;
}
</style>
border-color css
<style>
span { border-color: #660B71; }
span { border-color: rgb(102,11,113); }
td.TdClassName
{
border-color: #660B71;
}
.TagClassName
{
border-color: #660B71;
}
</style>