Shades of Royal Purple #68299F
Tints of Royal Purple #68299F
RGB
CMYK
RGB Variations
Color information
#68299F (or 0x68299F) is known color: Royal Purple. HEX triplet: 68, 29 and 9F. RGB value is (104,41,159). Sum of RGB (Red+Green+Blue) = 104+41+159=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #68299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68299F is #97D660. Grayscale: #484848. Windows color (decimal): -9950817 or 10430824. OLE color: 10430824.
HSL color Cylindrical-coordinate representation of color #68299F: hue angle of 272.03º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68299F is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 41 | 159 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.38 |
| HSL | 272.03º | 0.59% | 0.39% | - |
| HSV(B) | 272.03º | 0.74% | 0.62% | - |
| XYZ | 12.76 | 7.03 | 33.49 | - |
| YUV | 73.29 | 176.37 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 159 | 0.35 | 0.74 | 0 | 0.38 | 272.03 | 0.59 | 0.39 |
| Hex | 68 | 29 | 9F | 23 | 4A | 0 | 26 | 110 | 3B | 27 |
| Octal | 150 | 51 | 237 | 43 | 112 | 0 | 46 | 420 | 73 | 47 |
| Binary | 1101000 | 101001 | 10011111 | 100011 | 1001010 | 0 | 100110 | 100010000 | 111011 | 100111 |
Color Harmonies of #68299F
Complementary color
Monochromatic Colors of #68299F
Black with #68299F
Text Example
Text Example
White with #68299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68299F; }
p { color: rgb(104,41,159); }
H1.HeaderClassName
{
color: #68299F;
}
.AnyTagClassName
{
color: #68299F;
}
</style>
background-color css
<style>
a { background-color: #68299F; }
a { background-color: rgb(104,41,159); }
div.DivClassName
{
background-color: #68299F;
}
.BgClassName
{
background-color: #68299F;
}
</style>
border-color css
<style>
span { border-color: #68299F; }
span { border-color: rgb(104,41,159); }
td.TdClassName
{
border-color: #68299F;
}
.TagClassName
{
border-color: #68299F;
}
</style>