Shades of Purple #680285
Tints of Purple #680285
RGB
CMYK
RGB Variations
Color information
#680285 (or 0x680285) is known color: Purple. HEX triplet: 68, 02 and 85. RGB value is (104,2,133). Sum of RGB (Red+Green+Blue) = 104+2+133=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #680285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680285 is #97FD7A. Grayscale: #2F2F2F. Windows color (decimal): -9960827 or 8716904. OLE color: 8716904.
HSL color Cylindrical-coordinate representation of color #680285: hue angle of 286.72º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680285 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 2 | 133 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.48 |
| HSL | 286.72º | 0.97% | 0.26% | - |
| HSV(B) | 286.72º | 0.98% | 0.52% | - |
| XYZ | 9.96 | 4.68 | 22.57 | - |
| YUV | 47.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 133 | 0.22 | 0.98 | 0 | 0.48 | 286.72 | 0.97 | 0.26 |
| Hex | 68 | 2 | 85 | 16 | 62 | 0 | 30 | 11F | 61 | 1A |
| Octal | 150 | 2 | 205 | 26 | 142 | 0 | 60 | 437 | 141 | 32 |
| Binary | 1101000 | 10 | 10000101 | 10110 | 1100010 | 0 | 110000 | 100011111 | 1100001 | 11010 |
Color Harmonies of #680285
Complementary color
Monochromatic Colors of #680285
Black with #680285
Text Example
Text Example
White with #680285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680285; }
p { color: rgb(104,2,133); }
H1.HeaderClassName
{
color: #680285;
}
.AnyTagClassName
{
color: #680285;
}
</style>
background-color css
<style>
a { background-color: #680285; }
a { background-color: rgb(104,2,133); }
div.DivClassName
{
background-color: #680285;
}
.BgClassName
{
background-color: #680285;
}
</style>
border-color css
<style>
span { border-color: #680285; }
span { border-color: rgb(104,2,133); }
td.TdClassName
{
border-color: #680285;
}
.TagClassName
{
border-color: #680285;
}
</style>