Shades of Purple #670266
Tints of Purple #670266
RGB
CMYK
RGB Variations
Color information
#670266 (or 0x670266) is known color: Purple. HEX triplet: 67, 02 and 66. RGB value is (103,2,102). Sum of RGB (Red+Green+Blue) = 103+2+102=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #670266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670266 is #98FD99. Grayscale: #2B2B2B. Windows color (decimal): -10026394 or 6685287. OLE color: 6685287.
HSL color Cylindrical-coordinate representation of color #670266: hue angle of 300.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670266 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 2 | 102 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.60 |
| HSL | 300.59º | 0.96% | 0.21% | - |
| HSV(B) | 300.59º | 0.98% | 0.4% | - |
| XYZ | 8.01 | 3.89 | 12.9 | - |
| YUV | 43.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 102 | 0 | 0.98 | 0.01 | 0.60 | 300.59 | 0.96 | 0.21 |
| Hex | 67 | 2 | 66 | 0 | 62 | 1 | 3C | 12D | 60 | 15 |
| Octal | 147 | 2 | 146 | 0 | 142 | 1 | 74 | 455 | 140 | 25 |
| Binary | 1100111 | 10 | 1100110 | 0 | 1100010 | 1 | 111100 | 100101101 | 1100000 | 10101 |
Color Harmonies of #670266
Complementary color
Monochromatic Colors of #670266
Black with #670266
Text Example
Text Example
White with #670266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670266; }
p { color: rgb(103,2,102); }
H1.HeaderClassName
{
color: #670266;
}
.AnyTagClassName
{
color: #670266;
}
</style>
background-color css
<style>
a { background-color: #670266; }
a { background-color: rgb(103,2,102); }
div.DivClassName
{
background-color: #670266;
}
.BgClassName
{
background-color: #670266;
}
</style>
border-color css
<style>
span { border-color: #670266; }
span { border-color: rgb(103,2,102); }
td.TdClassName
{
border-color: #670266;
}
.TagClassName
{
border-color: #670266;
}
</style>