Shades of Purple #680268
Tints of Purple #680268
RGB
CMYK
RGB Variations
Color information
#680268 (or 0x680268) is known color: Purple. HEX triplet: 68, 02 and 68. RGB value is (104,2,104). Sum of RGB (Red+Green+Blue) = 104+2+104=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #680268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680268 is #97FD97. Grayscale: #2B2B2B. Windows color (decimal): -9960856 or 6816360. OLE color: 6816360.
HSL color Cylindrical-coordinate representation of color #680268: hue angle of 300º 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 #680268 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 104 | - |
| CMYK | 0 | 0.98 | 0 | 0.59 |
| HSL | 300º | 0.96% | 0.21% | - |
| HSV(B) | 300º | 0.98% | 0.41% | - |
| XYZ | 8.23 | 3.99 | 13.43 | - |
| YUV | 44.13 | 161.79 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 104 | 0 | 0.98 | 0 | 0.59 | 300 | 0.96 | 0.21 |
| Hex | 68 | 2 | 68 | 0 | 62 | 0 | 3B | 12C | 60 | 15 |
| Octal | 150 | 2 | 150 | 0 | 142 | 0 | 73 | 454 | 140 | 25 |
| Binary | 1101000 | 10 | 1101000 | 0 | 1100010 | 0 | 111011 | 100101100 | 1100000 | 10101 |
Color Harmonies of #680268
Complementary color
Monochromatic Colors of #680268
Black with #680268
Text Example
Text Example
White with #680268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680268; }
p { color: rgb(104,2,104); }
H1.HeaderClassName
{
color: #680268;
}
.AnyTagClassName
{
color: #680268;
}
</style>
background-color css
<style>
a { background-color: #680268; }
a { background-color: rgb(104,2,104); }
div.DivClassName
{
background-color: #680268;
}
.BgClassName
{
background-color: #680268;
}
</style>
border-color css
<style>
span { border-color: #680268; }
span { border-color: rgb(104,2,104); }
td.TdClassName
{
border-color: #680268;
}
.TagClassName
{
border-color: #680268;
}
</style>