Shades of Purple #680267
Tints of Purple #680267
RGB
CMYK
RGB Variations
Color information
#680267 (or 0x680267) is known color: Purple. HEX triplet: 68, 02 and 67. RGB value is (104,2,103). Sum of RGB (Red+Green+Blue) = 104+2+103=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680267 is #97FD98. Grayscale: #2B2B2B. Windows color (decimal): -9960857 or 6750824. OLE color: 6750824.
HSL color Cylindrical-coordinate representation of color #680267: hue angle of 300.59º 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 #680267 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 103 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.59 |
| HSL | 300.59º | 0.96% | 0.21% | - |
| HSV(B) | 300.59º | 0.98% | 0.41% | - |
| XYZ | 8.18 | 3.97 | 13.17 | - |
| YUV | 44.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 103 | 0 | 0.98 | 0.01 | 0.59 | 300.59 | 0.96 | 0.21 |
| Hex | 68 | 2 | 67 | 0 | 62 | 1 | 3B | 12D | 60 | 15 |
| Octal | 150 | 2 | 147 | 0 | 142 | 1 | 73 | 455 | 140 | 25 |
| Binary | 1101000 | 10 | 1100111 | 0 | 1100010 | 1 | 111011 | 100101101 | 1100000 | 10101 |
Color Harmonies of #680267
Complementary color
Monochromatic Colors of #680267
Black with #680267
Text Example
Text Example
White with #680267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680267; }
p { color: rgb(104,2,103); }
H1.HeaderClassName
{
color: #680267;
}
.AnyTagClassName
{
color: #680267;
}
</style>
background-color css
<style>
a { background-color: #680267; }
a { background-color: rgb(104,2,103); }
div.DivClassName
{
background-color: #680267;
}
.BgClassName
{
background-color: #680267;
}
</style>
border-color css
<style>
span { border-color: #680267; }
span { border-color: rgb(104,2,103); }
td.TdClassName
{
border-color: #680267;
}
.TagClassName
{
border-color: #680267;
}
</style>