Shades of Purple #680388
Tints of Purple #680388
RGB
CMYK
RGB Variations
Color information
#680388 (or 0x680388) is known color: Purple. HEX triplet: 68, 03 and 88. RGB value is (104,3,136). Sum of RGB (Red+Green+Blue) = 104+3+136=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #680388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680388 is #97FC77. Grayscale: #2F2F2F. Windows color (decimal): -9960568 or 8913768. OLE color: 8913768.
HSL color Cylindrical-coordinate representation of color #680388: hue angle of 285.56º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680388 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 3 | 136 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.47 |
| HSL | 285.56º | 0.96% | 0.27% | - |
| HSV(B) | 285.56º | 0.98% | 0.53% | - |
| XYZ | 10.19 | 4.79 | 23.68 | - |
| YUV | 48.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 136 | 0.24 | 0.98 | 0 | 0.47 | 285.56 | 0.96 | 0.27 |
| Hex | 68 | 3 | 88 | 18 | 62 | 0 | 2F | 11E | 60 | 1B |
| Octal | 150 | 3 | 210 | 30 | 142 | 0 | 57 | 436 | 140 | 33 |
| Binary | 1101000 | 11 | 10001000 | 11000 | 1100010 | 0 | 101111 | 100011110 | 1100000 | 11011 |
Color Harmonies of #680388
Complementary color
Monochromatic Colors of #680388
Black with #680388
Text Example
Text Example
White with #680388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680388; }
p { color: rgb(104,3,136); }
H1.HeaderClassName
{
color: #680388;
}
.AnyTagClassName
{
color: #680388;
}
</style>
background-color css
<style>
a { background-color: #680388; }
a { background-color: rgb(104,3,136); }
div.DivClassName
{
background-color: #680388;
}
.BgClassName
{
background-color: #680388;
}
</style>
border-color css
<style>
span { border-color: #680388; }
span { border-color: rgb(104,3,136); }
td.TdClassName
{
border-color: #680388;
}
.TagClassName
{
border-color: #680388;
}
</style>