Shades of Royal Purple #682DAB
Tints of Royal Purple #682DAB
RGB
CMYK
RGB Variations
Color information
#682DAB (or 0x682DAB) is known color: Royal Purple. HEX triplet: 68, 2D and AB. RGB value is (104,45,171). Sum of RGB (Red+Green+Blue) = 104+45+171=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #682DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682DAB is #97D254. Grayscale: #4C4C4C. Windows color (decimal): -9949781 or 11218280. OLE color: 11218280.
HSL color Cylindrical-coordinate representation of color #682DAB: hue angle of 268.1º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #682DAB is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 45 | 171 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.33 |
| HSL | 268.1º | 0.58% | 0.42% | - |
| HSV(B) | 268.1º | 0.74% | 0.67% | - |
| XYZ | 14 | 7.76 | 39.29 | - |
| YUV | 77.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 171 | 0.39 | 0.74 | 0 | 0.33 | 268.1 | 0.58 | 0.42 |
| Hex | 68 | 2D | AB | 27 | 4A | 0 | 21 | 10C | 3A | 2A |
| Octal | 150 | 55 | 253 | 47 | 112 | 0 | 41 | 414 | 72 | 52 |
| Binary | 1101000 | 101101 | 10101011 | 100111 | 1001010 | 0 | 100001 | 100001100 | 111010 | 101010 |
Color Harmonies of #682DAB
Complementary color
Monochromatic Colors of #682DAB
Black with #682DAB
Text Example
Text Example
White with #682DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682DAB; }
p { color: rgb(104,45,171); }
H1.HeaderClassName
{
color: #682DAB;
}
.AnyTagClassName
{
color: #682DAB;
}
</style>
background-color css
<style>
a { background-color: #682DAB; }
a { background-color: rgb(104,45,171); }
div.DivClassName
{
background-color: #682DAB;
}
.BgClassName
{
background-color: #682DAB;
}
</style>
border-color css
<style>
span { border-color: #682DAB; }
span { border-color: rgb(104,45,171); }
td.TdClassName
{
border-color: #682DAB;
}
.TagClassName
{
border-color: #682DAB;
}
</style>