Shades of Purple #680187
Tints of Purple #680187
RGB
CMYK
RGB Variations
Color information
#680187 (or 0x680187) is known color: Purple. HEX triplet: 68, 01 and 87. RGB value is (104,1,135). Sum of RGB (Red+Green+Blue) = 104+1+135=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #680187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680187 is #97FE78. Grayscale: #2E2E2E. Windows color (decimal): -9961081 or 8847720. OLE color: 8847720.
HSL color Cylindrical-coordinate representation of color #680187: hue angle of 286.12º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680187 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 1 | 135 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.47 |
| HSL | 286.12º | 0.99% | 0.27% | - |
| HSV(B) | 286.12º | 0.99% | 0.53% | - |
| XYZ | 10.09 | 4.71 | 23.3 | - |
| YUV | 47.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 135 | 0.23 | 0.99 | 0 | 0.47 | 286.12 | 0.99 | 0.27 |
| Hex | 68 | 1 | 87 | 17 | 63 | 0 | 2F | 11E | 63 | 1B |
| Octal | 150 | 1 | 207 | 27 | 143 | 0 | 57 | 436 | 143 | 33 |
| Binary | 1101000 | 1 | 10000111 | 10111 | 1100011 | 0 | 101111 | 100011110 | 1100011 | 11011 |
Color Harmonies of #680187
Complementary color
Monochromatic Colors of #680187
Black with #680187
Text Example
Text Example
White with #680187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680187; }
p { color: rgb(104,1,135); }
H1.HeaderClassName
{
color: #680187;
}
.AnyTagClassName
{
color: #680187;
}
</style>
background-color css
<style>
a { background-color: #680187; }
a { background-color: rgb(104,1,135); }
div.DivClassName
{
background-color: #680187;
}
.BgClassName
{
background-color: #680187;
}
</style>
border-color css
<style>
span { border-color: #680187; }
span { border-color: rgb(104,1,135); }
td.TdClassName
{
border-color: #680187;
}
.TagClassName
{
border-color: #680187;
}
</style>