Shades of Purple #660A6D
Tints of Purple #660A6D
RGB
CMYK
RGB Variations
Color information
#660A6D (or 0x660A6D) is known color: Purple. HEX triplet: 66, 0A and 6D. RGB value is (102,10,109). Sum of RGB (Red+Green+Blue) = 102+10+109=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #660A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660A6D is #99F592. Grayscale: #303030. Windows color (decimal): -10089875 or 7146086. OLE color: 7146086.
HSL color Cylindrical-coordinate representation of color #660A6D: hue angle of 295.76º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660A6D is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 10 | 109 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.57 |
| HSL | 295.76º | 0.83% | 0.23% | - |
| HSV(B) | 295.76º | 0.91% | 0.43% | - |
| XYZ | 8.35 | 4.15 | 14.83 | - |
| YUV | 48.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 109 | 0.06 | 0.91 | 0 | 0.57 | 295.76 | 0.83 | 0.23 |
| Hex | 66 | A | 6D | 6 | 5B | 0 | 39 | 128 | 53 | 17 |
| Octal | 146 | 12 | 155 | 6 | 133 | 0 | 71 | 450 | 123 | 27 |
| Binary | 1100110 | 1010 | 1101101 | 110 | 1011011 | 0 | 111001 | 100101000 | 1010011 | 10111 |
Color Harmonies of #660A6D
Complementary color
Monochromatic Colors of #660A6D
Black with #660A6D
Text Example
Text Example
White with #660A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A6D; }
p { color: rgb(102,10,109); }
H1.HeaderClassName
{
color: #660A6D;
}
.AnyTagClassName
{
color: #660A6D;
}
</style>
background-color css
<style>
a { background-color: #660A6D; }
a { background-color: rgb(102,10,109); }
div.DivClassName
{
background-color: #660A6D;
}
.BgClassName
{
background-color: #660A6D;
}
</style>
border-color css
<style>
span { border-color: #660A6D; }
span { border-color: rgb(102,10,109); }
td.TdClassName
{
border-color: #660A6D;
}
.TagClassName
{
border-color: #660A6D;
}
</style>