Shades of Purple #680378
Tints of Purple #680378
RGB
CMYK
RGB Variations
Color information
#680378 (or 0x680378) is known color: Purple. HEX triplet: 68, 03 and 78. RGB value is (104,3,120). Sum of RGB (Red+Green+Blue) = 104+3+120=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #680378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680378 is #97FC87. Grayscale: #2E2E2E. Windows color (decimal): -9960584 or 7865192. OLE color: 7865192.
HSL color Cylindrical-coordinate representation of color #680378: hue angle of 291.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680378 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 3 | 120 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.53 |
| HSL | 291.79º | 0.95% | 0.24% | - |
| HSV(B) | 291.79º | 0.98% | 0.47% | - |
| XYZ | 9.13 | 4.36 | 18.13 | - |
| YUV | 46.54 | 169.46 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 120 | 0.13 | 0.98 | 0 | 0.53 | 291.79 | 0.95 | 0.24 |
| Hex | 68 | 3 | 78 | D | 62 | 0 | 35 | 124 | 5F | 18 |
| Octal | 150 | 3 | 170 | 15 | 142 | 0 | 65 | 444 | 137 | 30 |
| Binary | 1101000 | 11 | 1111000 | 1101 | 1100010 | 0 | 110101 | 100100100 | 1011111 | 11000 |
Color Harmonies of #680378
Complementary color
Monochromatic Colors of #680378
Black with #680378
Text Example
Text Example
White with #680378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680378; }
p { color: rgb(104,3,120); }
H1.HeaderClassName
{
color: #680378;
}
.AnyTagClassName
{
color: #680378;
}
</style>
background-color css
<style>
a { background-color: #680378; }
a { background-color: rgb(104,3,120); }
div.DivClassName
{
background-color: #680378;
}
.BgClassName
{
background-color: #680378;
}
</style>
border-color css
<style>
span { border-color: #680378; }
span { border-color: rgb(104,3,120); }
td.TdClassName
{
border-color: #680378;
}
.TagClassName
{
border-color: #680378;
}
</style>