Shades of Royal Purple #6C358F
Tints of Royal Purple #6C358F
RGB
CMYK
RGB Variations
Color information
#6C358F (or 0x6C358F) is known color: Royal Purple. HEX triplet: 6C, 35 and 8F. RGB value is (108,53,143). Sum of RGB (Red+Green+Blue) = 108+53+143=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C358F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C358F is #93CA70. Grayscale: #4F4F4F. Windows color (decimal): -9685617 or 9385324. OLE color: 9385324.
HSL color Cylindrical-coordinate representation of color #6C358F: hue angle of 276.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C358F is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 53 | 143 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.44 |
| HSL | 276.67º | 0.46% | 0.38% | - |
| HSV(B) | 276.67º | 0.63% | 0.56% | - |
| XYZ | 12.42 | 7.72 | 26.82 | - |
| YUV | 79.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 143 | 0.24 | 0.63 | 0 | 0.44 | 276.67 | 0.46 | 0.38 |
| Hex | 6C | 35 | 8F | 18 | 3F | 0 | 2C | 115 | 2E | 26 |
| Octal | 154 | 65 | 217 | 30 | 77 | 0 | 54 | 425 | 56 | 46 |
| Binary | 1101100 | 110101 | 10001111 | 11000 | 111111 | 0 | 101100 | 100010101 | 101110 | 100110 |
Color Harmonies of #6C358F
Complementary color
Monochromatic Colors of #6C358F
Black with #6C358F
Text Example
Text Example
White with #6C358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C358F; }
p { color: rgb(108,53,143); }
H1.HeaderClassName
{
color: #6C358F;
}
.AnyTagClassName
{
color: #6C358F;
}
</style>
background-color css
<style>
a { background-color: #6C358F; }
a { background-color: rgb(108,53,143); }
div.DivClassName
{
background-color: #6C358F;
}
.BgClassName
{
background-color: #6C358F;
}
</style>
border-color css
<style>
span { border-color: #6C358F; }
span { border-color: rgb(108,53,143); }
td.TdClassName
{
border-color: #6C358F;
}
.TagClassName
{
border-color: #6C358F;
}
</style>