Shades of Royal Purple #682F9C
Tints of Royal Purple #682F9C
RGB
CMYK
RGB Variations
Color information
#682F9C (or 0x682F9C) is known color: Royal Purple. HEX triplet: 68, 2F and 9C. RGB value is (104,47,156). Sum of RGB (Red+Green+Blue) = 104+47+156=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #682F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682F9C is #97D063. Grayscale: #4C4C4C. Windows color (decimal): -9949284 or 10235752. OLE color: 10235752.
HSL color Cylindrical-coordinate representation of color #682F9C: hue angle of 271.38º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682F9C is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 47 | 156 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.39 |
| HSL | 271.38º | 0.54% | 0.4% | - |
| HSV(B) | 271.38º | 0.7% | 0.61% | - |
| XYZ | 12.73 | 7.38 | 32.21 | - |
| YUV | 76.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 156 | 0.33 | 0.70 | 0 | 0.39 | 271.38 | 0.54 | 0.4 |
| Hex | 68 | 2F | 9C | 21 | 46 | 0 | 27 | 10F | 36 | 28 |
| Octal | 150 | 57 | 234 | 41 | 106 | 0 | 47 | 417 | 66 | 50 |
| Binary | 1101000 | 101111 | 10011100 | 100001 | 1000110 | 0 | 100111 | 100001111 | 110110 | 101000 |
Color Harmonies of #682F9C
Complementary color
Monochromatic Colors of #682F9C
Black with #682F9C
Text Example
Text Example
White with #682F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F9C; }
p { color: rgb(104,47,156); }
H1.HeaderClassName
{
color: #682F9C;
}
.AnyTagClassName
{
color: #682F9C;
}
</style>
background-color css
<style>
a { background-color: #682F9C; }
a { background-color: rgb(104,47,156); }
div.DivClassName
{
background-color: #682F9C;
}
.BgClassName
{
background-color: #682F9C;
}
</style>
border-color css
<style>
span { border-color: #682F9C; }
span { border-color: rgb(104,47,156); }
td.TdClassName
{
border-color: #682F9C;
}
.TagClassName
{
border-color: #682F9C;
}
</style>