Shades of Royal Purple #6C289B
Tints of Royal Purple #6C289B
RGB
CMYK
RGB Variations
Color information
#6C289B (or 0x6C289B) is known color: Royal Purple. HEX triplet: 6C, 28 and 9B. RGB value is (108,40,155). Sum of RGB (Red+Green+Blue) = 108+40+155=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C289B is #93D764. Grayscale: #494949. Windows color (decimal): -9688933 or 10168428. OLE color: 10168428.
HSL color Cylindrical-coordinate representation of color #6C289B: hue angle of 275.48º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C289B is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 40 | 155 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.39 |
| HSL | 275.48º | 0.59% | 0.38% | - |
| HSV(B) | 275.48º | 0.74% | 0.61% | - |
| XYZ | 12.86 | 7.07 | 31.7 | - |
| YUV | 73.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 155 | 0.30 | 0.74 | 0 | 0.39 | 275.48 | 0.59 | 0.38 |
| Hex | 6C | 28 | 9B | 1E | 4A | 0 | 27 | 113 | 3B | 26 |
| Octal | 154 | 50 | 233 | 36 | 112 | 0 | 47 | 423 | 73 | 46 |
| Binary | 1101100 | 101000 | 10011011 | 11110 | 1001010 | 0 | 100111 | 100010011 | 111011 | 100110 |
Color Harmonies of #6C289B
Complementary color
Monochromatic Colors of #6C289B
Black with #6C289B
Text Example
Text Example
White with #6C289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C289B; }
p { color: rgb(108,40,155); }
H1.HeaderClassName
{
color: #6C289B;
}
.AnyTagClassName
{
color: #6C289B;
}
</style>
background-color css
<style>
a { background-color: #6C289B; }
a { background-color: rgb(108,40,155); }
div.DivClassName
{
background-color: #6C289B;
}
.BgClassName
{
background-color: #6C289B;
}
</style>
border-color css
<style>
span { border-color: #6C289B; }
span { border-color: rgb(108,40,155); }
td.TdClassName
{
border-color: #6C289B;
}
.TagClassName
{
border-color: #6C289B;
}
</style>