Shades of Royal Purple #6C2897
Tints of Royal Purple #6C2897
RGB
CMYK
RGB Variations
Color information
#6C2897 (or 0x6C2897) is known color: Royal Purple. HEX triplet: 6C, 28 and 97. RGB value is (108,40,151). Sum of RGB (Red+Green+Blue) = 108+40+151=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C2897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2897 is #93D768. Grayscale: #484848. Windows color (decimal): -9688937 or 9906284. OLE color: 9906284.
HSL color Cylindrical-coordinate representation of color #6C2897: hue angle of 276.76º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C2897 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 40 | 151 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.41 |
| HSL | 276.76º | 0.58% | 0.37% | - |
| HSV(B) | 276.76º | 0.74% | 0.59% | - |
| XYZ | 12.53 | 6.94 | 29.96 | - |
| YUV | 72.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 151 | 0.28 | 0.74 | 0 | 0.41 | 276.76 | 0.58 | 0.37 |
| Hex | 6C | 28 | 97 | 1C | 4A | 0 | 29 | 115 | 3A | 25 |
| Octal | 154 | 50 | 227 | 34 | 112 | 0 | 51 | 425 | 72 | 45 |
| Binary | 1101100 | 101000 | 10010111 | 11100 | 1001010 | 0 | 101001 | 100010101 | 111010 | 100101 |
Color Harmonies of #6C2897
Complementary color
Monochromatic Colors of #6C2897
Black with #6C2897
Text Example
Text Example
White with #6C2897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2897; }
p { color: rgb(108,40,151); }
H1.HeaderClassName
{
color: #6C2897;
}
.AnyTagClassName
{
color: #6C2897;
}
</style>
background-color css
<style>
a { background-color: #6C2897; }
a { background-color: rgb(108,40,151); }
div.DivClassName
{
background-color: #6C2897;
}
.BgClassName
{
background-color: #6C2897;
}
</style>
border-color css
<style>
span { border-color: #6C2897; }
span { border-color: rgb(108,40,151); }
td.TdClassName
{
border-color: #6C2897;
}
.TagClassName
{
border-color: #6C2897;
}
</style>