Shades of Purple #660268
Tints of Purple #660268
RGB
CMYK
RGB Variations
Color information
#660268 (or 0x660268) is known color: Purple. HEX triplet: 66, 02 and 68. RGB value is (102,2,104). Sum of RGB (Red+Green+Blue) = 102+2+104=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #660268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660268 is #99FD97. Grayscale: #2B2B2B. Windows color (decimal): -10091928 or 6816358. OLE color: 6816358.
HSL color Cylindrical-coordinate representation of color #660268: hue angle of 298.82º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660268 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 2 | 104 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.59 |
| HSL | 298.82º | 0.96% | 0.21% | - |
| HSV(B) | 298.82º | 0.98% | 0.41% | - |
| XYZ | 8 | 3.87 | 13.42 | - |
| YUV | 43.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 104 | 0.02 | 0.98 | 0 | 0.59 | 298.82 | 0.96 | 0.21 |
| Hex | 66 | 2 | 68 | 2 | 62 | 0 | 3B | 12B | 60 | 15 |
| Octal | 146 | 2 | 150 | 2 | 142 | 0 | 73 | 453 | 140 | 25 |
| Binary | 1100110 | 10 | 1101000 | 10 | 1100010 | 0 | 111011 | 100101011 | 1100000 | 10101 |
Color Harmonies of #660268
Complementary color
Monochromatic Colors of #660268
Black with #660268
Text Example
Text Example
White with #660268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660268; }
p { color: rgb(102,2,104); }
H1.HeaderClassName
{
color: #660268;
}
.AnyTagClassName
{
color: #660268;
}
</style>
background-color css
<style>
a { background-color: #660268; }
a { background-color: rgb(102,2,104); }
div.DivClassName
{
background-color: #660268;
}
.BgClassName
{
background-color: #660268;
}
</style>
border-color css
<style>
span { border-color: #660268; }
span { border-color: rgb(102,2,104); }
td.TdClassName
{
border-color: #660268;
}
.TagClassName
{
border-color: #660268;
}
</style>