Shades of Royal Purple #68459F
Tints of Royal Purple #68459F
RGB
CMYK
RGB Variations
Color information
#68459F (or 0x68459F) is known color: Royal Purple. HEX triplet: 68, 45 and 9F. RGB value is (104,69,159). Sum of RGB (Red+Green+Blue) = 104+69+159=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #68459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68459F is #97BA60. Grayscale: #595959. Windows color (decimal): -9943649 or 10437992. OLE color: 10437992.
HSL color Cylindrical-coordinate representation of color #68459F: hue angle of 263.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68459F is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 69 | 159 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.38 |
| HSL | 263.33º | 0.39% | 0.45% | - |
| HSV(B) | 263.33º | 0.57% | 0.62% | - |
| XYZ | 14.1 | 9.7 | 33.93 | - |
| YUV | 89.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 159 | 0.35 | 0.57 | 0 | 0.38 | 263.33 | 0.39 | 0.45 |
| Hex | 68 | 45 | 9F | 23 | 39 | 0 | 26 | 107 | 27 | 2D |
| Octal | 150 | 105 | 237 | 43 | 71 | 0 | 46 | 407 | 47 | 55 |
| Binary | 1101000 | 1000101 | 10011111 | 100011 | 111001 | 0 | 100110 | 100000111 | 100111 | 101101 |
Color Harmonies of #68459F
Complementary color
Monochromatic Colors of #68459F
Black with #68459F
Text Example
Text Example
White with #68459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68459F; }
p { color: rgb(104,69,159); }
H1.HeaderClassName
{
color: #68459F;
}
.AnyTagClassName
{
color: #68459F;
}
</style>
background-color css
<style>
a { background-color: #68459F; }
a { background-color: rgb(104,69,159); }
div.DivClassName
{
background-color: #68459F;
}
.BgClassName
{
background-color: #68459F;
}
</style>
border-color css
<style>
span { border-color: #68459F; }
span { border-color: rgb(104,69,159); }
td.TdClassName
{
border-color: #68459F;
}
.TagClassName
{
border-color: #68459F;
}
</style>