Shades of Royal Purple #6C408F
Tints of Royal Purple #6C408F
RGB
CMYK
RGB Variations
Color information
#6C408F (or 0x6C408F) is known color: Royal Purple. HEX triplet: 6C, 40 and 8F. RGB value is (108,64,143). Sum of RGB (Red+Green+Blue) = 108+64+143=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C408F is #93BF70. Grayscale: #555555. Windows color (decimal): -9682801 or 9388140. OLE color: 9388140.
HSL color Cylindrical-coordinate representation of color #6C408F: hue angle of 273.42º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C408F is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 64 | 143 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.44 |
| HSL | 273.42º | 0.38% | 0.41% | - |
| HSV(B) | 273.42º | 0.55% | 0.56% | - |
| XYZ | 12.98 | 8.84 | 27.01 | - |
| YUV | 86.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 143 | 0.24 | 0.55 | 0 | 0.44 | 273.42 | 0.38 | 0.41 |
| Hex | 6C | 40 | 8F | 18 | 37 | 0 | 2C | 111 | 26 | 29 |
| Octal | 154 | 100 | 217 | 30 | 67 | 0 | 54 | 421 | 46 | 51 |
| Binary | 1101100 | 1000000 | 10001111 | 11000 | 110111 | 0 | 101100 | 100010001 | 100110 | 101001 |
Color Harmonies of #6C408F
Complementary color
Monochromatic Colors of #6C408F
Black with #6C408F
Text Example
Text Example
White with #6C408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C408F; }
p { color: rgb(108,64,143); }
H1.HeaderClassName
{
color: #6C408F;
}
.AnyTagClassName
{
color: #6C408F;
}
</style>
background-color css
<style>
a { background-color: #6C408F; }
a { background-color: rgb(108,64,143); }
div.DivClassName
{
background-color: #6C408F;
}
.BgClassName
{
background-color: #6C408F;
}
</style>
border-color css
<style>
span { border-color: #6C408F; }
span { border-color: rgb(108,64,143); }
td.TdClassName
{
border-color: #6C408F;
}
.TagClassName
{
border-color: #6C408F;
}
</style>