Shades of Royal Purple #6C259B
Tints of Royal Purple #6C259B
RGB
CMYK
RGB Variations
Color information
#6C259B (or 0x6C259B) is known color: Royal Purple. HEX triplet: 6C, 25 and 9B. RGB value is (108,37,155). Sum of RGB (Red+Green+Blue) = 108+37+155=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C259B is #93DA64. Grayscale: #474747. Windows color (decimal): -9689701 or 10167660. OLE color: 10167660.
HSL color Cylindrical-coordinate representation of color #6C259B: hue angle of 276.1º 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 #6C259B is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 37 | 155 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.39 |
| HSL | 276.1º | 0.61% | 0.38% | - |
| HSV(B) | 276.1º | 0.76% | 0.61% | - |
| XYZ | 12.76 | 6.88 | 31.67 | - |
| YUV | 71.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 155 | 0.30 | 0.76 | 0 | 0.39 | 276.1 | 0.61 | 0.38 |
| Hex | 6C | 25 | 9B | 1E | 4C | 0 | 27 | 114 | 3D | 26 |
| Octal | 154 | 45 | 233 | 36 | 114 | 0 | 47 | 424 | 75 | 46 |
| Binary | 1101100 | 100101 | 10011011 | 11110 | 1001100 | 0 | 100111 | 100010100 | 111101 | 100110 |
Color Harmonies of #6C259B
Complementary color
Monochromatic Colors of #6C259B
Black with #6C259B
Text Example
Text Example
White with #6C259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C259B; }
p { color: rgb(108,37,155); }
H1.HeaderClassName
{
color: #6C259B;
}
.AnyTagClassName
{
color: #6C259B;
}
</style>
background-color css
<style>
a { background-color: #6C259B; }
a { background-color: rgb(108,37,155); }
div.DivClassName
{
background-color: #6C259B;
}
.BgClassName
{
background-color: #6C259B;
}
</style>
border-color css
<style>
span { border-color: #6C259B; }
span { border-color: rgb(108,37,155); }
td.TdClassName
{
border-color: #6C259B;
}
.TagClassName
{
border-color: #6C259B;
}
</style>