Shades of Purple #680483
Tints of Purple #680483
RGB
CMYK
RGB Variations
Color information
#680483 (or 0x680483) is known color: Purple. HEX triplet: 68, 04 and 83. RGB value is (104,4,131). Sum of RGB (Red+Green+Blue) = 104+4+131=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #680483 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680483 is #97FB7C. Grayscale: #2F2F2F. Windows color (decimal): -9960317 or 8586344. OLE color: 8586344.
HSL color Cylindrical-coordinate representation of color #680483: hue angle of 287.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680483 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 4 | 131 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.49 |
| HSL | 287.24º | 0.94% | 0.26% | - |
| HSV(B) | 287.24º | 0.97% | 0.51% | - |
| XYZ | 9.85 | 4.67 | 21.85 | - |
| YUV | 48.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 131 | 0.21 | 0.97 | 0 | 0.49 | 287.24 | 0.94 | 0.26 |
| Hex | 68 | 4 | 83 | 15 | 61 | 0 | 31 | 11F | 5E | 1A |
| Octal | 150 | 4 | 203 | 25 | 141 | 0 | 61 | 437 | 136 | 32 |
| Binary | 1101000 | 100 | 10000011 | 10101 | 1100001 | 0 | 110001 | 100011111 | 1011110 | 11010 |
Color Harmonies of #680483
Complementary color
Monochromatic Colors of #680483
Black with #680483
Text Example
Text Example
White with #680483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680483; }
p { color: rgb(104,4,131); }
H1.HeaderClassName
{
color: #680483;
}
.AnyTagClassName
{
color: #680483;
}
</style>
background-color css
<style>
a { background-color: #680483; }
a { background-color: rgb(104,4,131); }
div.DivClassName
{
background-color: #680483;
}
.BgClassName
{
background-color: #680483;
}
</style>
border-color css
<style>
span { border-color: #680483; }
span { border-color: rgb(104,4,131); }
td.TdClassName
{
border-color: #680483;
}
.TagClassName
{
border-color: #680483;
}
</style>