Shades of Purple #660265
Tints of Purple #660265
RGB
CMYK
RGB Variations
Color information
#660265 (or 0x660265) is known color: Purple. HEX triplet: 66, 02 and 65. RGB value is (102,2,101). Sum of RGB (Red+Green+Blue) = 102+2+101=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #660265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660265 is #99FD9A. Grayscale: #2A2A2A. Windows color (decimal): -10091931 or 6619750. OLE color: 6619750.
HSL color Cylindrical-coordinate representation of color #660265: hue angle of 300.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660265 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 101 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.6 |
| HSL | 300.6º | 0.96% | 0.2% | - |
| HSV(B) | 300.6º | 0.98% | 0.4% | - |
| XYZ | 7.85 | 3.81 | 12.63 | - |
| YUV | 43.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 101 | 0 | 0.98 | 0.01 | 0.6 | 300.6 | 0.96 | 0.2 |
| Hex | 66 | 2 | 65 | 0 | 62 | 1 | 3C | 12D | 60 | 14 |
| Octal | 146 | 2 | 145 | 0 | 142 | 1 | 74 | 455 | 140 | 24 |
| Binary | 1100110 | 10 | 1100101 | 0 | 1100010 | 1 | 111100 | 100101101 | 1100000 | 10100 |
Color Harmonies of #660265
Complementary color
Monochromatic Colors of #660265
Black with #660265
Text Example
Text Example
White with #660265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660265; }
p { color: rgb(102,2,101); }
H1.HeaderClassName
{
color: #660265;
}
.AnyTagClassName
{
color: #660265;
}
</style>
background-color css
<style>
a { background-color: #660265; }
a { background-color: rgb(102,2,101); }
div.DivClassName
{
background-color: #660265;
}
.BgClassName
{
background-color: #660265;
}
</style>
border-color css
<style>
span { border-color: #660265; }
span { border-color: rgb(102,2,101); }
td.TdClassName
{
border-color: #660265;
}
.TagClassName
{
border-color: #660265;
}
</style>