Shades of Purple #660468
Tints of Purple #660468
RGB
CMYK
RGB Variations
Color information
#660468 (or 0x660468) is known color: Purple. HEX triplet: 66, 04 and 68. RGB value is (102,4,104). Sum of RGB (Red+Green+Blue) = 102+4+104=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #660468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660468 is #99FB97. Grayscale: #2C2C2C. Windows color (decimal): -10091416 or 6816870. OLE color: 6816870.
HSL color Cylindrical-coordinate representation of color #660468: hue angle of 298.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660468 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 4 | 104 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.59 |
| HSL | 298.8º | 0.93% | 0.21% | - |
| HSV(B) | 298.8º | 0.96% | 0.41% | - |
| XYZ | 8.02 | 3.91 | 13.43 | - |
| YUV | 44.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 104 | 0.02 | 0.96 | 0 | 0.59 | 298.8 | 0.93 | 0.21 |
| Hex | 66 | 4 | 68 | 2 | 60 | 0 | 3B | 12B | 5D | 15 |
| Octal | 146 | 4 | 150 | 2 | 140 | 0 | 73 | 453 | 135 | 25 |
| Binary | 1100110 | 100 | 1101000 | 10 | 1100000 | 0 | 111011 | 100101011 | 1011101 | 10101 |
Color Harmonies of #660468
Complementary color
Monochromatic Colors of #660468
Black with #660468
Text Example
Text Example
White with #660468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660468; }
p { color: rgb(102,4,104); }
H1.HeaderClassName
{
color: #660468;
}
.AnyTagClassName
{
color: #660468;
}
</style>
background-color css
<style>
a { background-color: #660468; }
a { background-color: rgb(102,4,104); }
div.DivClassName
{
background-color: #660468;
}
.BgClassName
{
background-color: #660468;
}
</style>
border-color css
<style>
span { border-color: #660468; }
span { border-color: rgb(102,4,104); }
td.TdClassName
{
border-color: #660468;
}
.TagClassName
{
border-color: #660468;
}
</style>