Shades of Royal Purple #68269C
Tints of Royal Purple #68269C
RGB
CMYK
RGB Variations
Color information
#68269C (or 0x68269C) is known color: Royal Purple. HEX triplet: 68, 26 and 9C. RGB value is (104,38,156). Sum of RGB (Red+Green+Blue) = 104+38+156=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #68269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68269C is #97D963. Grayscale: #464646. Windows color (decimal): -9951588 or 10233448. OLE color: 10233448.
HSL color Cylindrical-coordinate representation of color #68269C: hue angle of 273.56º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68269C is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 38 | 156 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.39 |
| HSL | 273.56º | 0.61% | 0.38% | - |
| HSV(B) | 273.56º | 0.76% | 0.61% | - |
| XYZ | 12.4 | 6.73 | 32.1 | - |
| YUV | 71.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 156 | 0.33 | 0.76 | 0 | 0.39 | 273.56 | 0.61 | 0.38 |
| Hex | 68 | 26 | 9C | 21 | 4C | 0 | 27 | 112 | 3D | 26 |
| Octal | 150 | 46 | 234 | 41 | 114 | 0 | 47 | 422 | 75 | 46 |
| Binary | 1101000 | 100110 | 10011100 | 100001 | 1001100 | 0 | 100111 | 100010010 | 111101 | 100110 |
Color Harmonies of #68269C
Complementary color
Monochromatic Colors of #68269C
Black with #68269C
Text Example
Text Example
White with #68269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68269C; }
p { color: rgb(104,38,156); }
H1.HeaderClassName
{
color: #68269C;
}
.AnyTagClassName
{
color: #68269C;
}
</style>
background-color css
<style>
a { background-color: #68269C; }
a { background-color: rgb(104,38,156); }
div.DivClassName
{
background-color: #68269C;
}
.BgClassName
{
background-color: #68269C;
}
</style>
border-color css
<style>
span { border-color: #68269C; }
span { border-color: rgb(104,38,156); }
td.TdClassName
{
border-color: #68269C;
}
.TagClassName
{
border-color: #68269C;
}
</style>