Shades of Purple #680383
Tints of Purple #680383
RGB
CMYK
RGB Variations
Color information
#680383 (or 0x680383) is known color: Purple. HEX triplet: 68, 03 and 83. RGB value is (104,3,131). Sum of RGB (Red+Green+Blue) = 104+3+131=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #680383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680383 is #97FC7C. Grayscale: #2F2F2F. Windows color (decimal): -9960573 or 8586088. OLE color: 8586088.
HSL color Cylindrical-coordinate representation of color #680383: hue angle of 287.34º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680383 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 3 | 131 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.49 |
| HSL | 287.34º | 0.96% | 0.26% | - |
| HSV(B) | 287.34º | 0.98% | 0.51% | - |
| XYZ | 9.84 | 4.65 | 21.85 | - |
| YUV | 47.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 131 | 0.21 | 0.98 | 0 | 0.49 | 287.34 | 0.96 | 0.26 |
| Hex | 68 | 3 | 83 | 15 | 62 | 0 | 31 | 11F | 60 | 1A |
| Octal | 150 | 3 | 203 | 25 | 142 | 0 | 61 | 437 | 140 | 32 |
| Binary | 1101000 | 11 | 10000011 | 10101 | 1100010 | 0 | 110001 | 100011111 | 1100000 | 11010 |
Color Harmonies of #680383
Complementary color
Monochromatic Colors of #680383
Black with #680383
Text Example
Text Example
White with #680383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680383; }
p { color: rgb(104,3,131); }
H1.HeaderClassName
{
color: #680383;
}
.AnyTagClassName
{
color: #680383;
}
</style>
background-color css
<style>
a { background-color: #680383; }
a { background-color: rgb(104,3,131); }
div.DivClassName
{
background-color: #680383;
}
.BgClassName
{
background-color: #680383;
}
</style>
border-color css
<style>
span { border-color: #680383; }
span { border-color: rgb(104,3,131); }
td.TdClassName
{
border-color: #680383;
}
.TagClassName
{
border-color: #680383;
}
</style>