Shades of Royal Purple #68388F
Tints of Royal Purple #68388F
RGB
CMYK
RGB Variations
Color information
#68388F (or 0x68388F) is known color: Royal Purple. HEX triplet: 68, 38 and 8F. RGB value is (104,56,143). Sum of RGB (Red+Green+Blue) = 104+56+143=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #68388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68388F is #97C770. Grayscale: #4F4F4F. Windows color (decimal): -9946993 or 9386088. OLE color: 9386088.
HSL color Cylindrical-coordinate representation of color #68388F: hue angle of 273.1º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68388F is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 56 | 143 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.44 |
| HSL | 273.1º | 0.44% | 0.39% | - |
| HSV(B) | 273.1º | 0.61% | 0.56% | - |
| XYZ | 12.08 | 7.75 | 26.85 | - |
| YUV | 80.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 143 | 0.27 | 0.61 | 0 | 0.44 | 273.1 | 0.44 | 0.39 |
| Hex | 68 | 38 | 8F | 1B | 3D | 0 | 2C | 111 | 2C | 27 |
| Octal | 150 | 70 | 217 | 33 | 75 | 0 | 54 | 421 | 54 | 47 |
| Binary | 1101000 | 111000 | 10001111 | 11011 | 111101 | 0 | 101100 | 100010001 | 101100 | 100111 |
Color Harmonies of #68388F
Complementary color
Monochromatic Colors of #68388F
Black with #68388F
Text Example
Text Example
White with #68388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68388F; }
p { color: rgb(104,56,143); }
H1.HeaderClassName
{
color: #68388F;
}
.AnyTagClassName
{
color: #68388F;
}
</style>
background-color css
<style>
a { background-color: #68388F; }
a { background-color: rgb(104,56,143); }
div.DivClassName
{
background-color: #68388F;
}
.BgClassName
{
background-color: #68388F;
}
</style>
border-color css
<style>
span { border-color: #68388F; }
span { border-color: rgb(104,56,143); }
td.TdClassName
{
border-color: #68388F;
}
.TagClassName
{
border-color: #68388F;
}
</style>