Shades of Royal Purple #6C3BAF
Tints of Royal Purple #6C3BAF
RGB
CMYK
RGB Variations
Color information
#6C3BAF (or 0x6C3BAF) is known color: Royal Purple. HEX triplet: 6C, 3B and AF. RGB value is (108,59,175). Sum of RGB (Red+Green+Blue) = 108+59+175=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3BAF is #93C450. Grayscale: #565656. Windows color (decimal): -9684049 or 11484012. OLE color: 11484012.
HSL color Cylindrical-coordinate representation of color #6C3BAF: hue angle of 265.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C3BAF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 59 | 175 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.31 |
| HSL | 265.34º | 0.5% | 0.46% | - |
| HSV(B) | 265.34º | 0.66% | 0.69% | - |
| XYZ | 15.49 | 9.41 | 41.56 | - |
| YUV | 86.88 | 177.73 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 59 | 175 | 0.38 | 0.66 | 0 | 0.31 | 265.34 | 0.5 | 0.46 |
| Hex | 6C | 3B | AF | 26 | 42 | 0 | 1F | 109 | 32 | 2E |
| Octal | 154 | 73 | 257 | 46 | 102 | 0 | 37 | 411 | 62 | 56 |
| Binary | 1101100 | 111011 | 10101111 | 100110 | 1000010 | 0 | 11111 | 100001001 | 110010 | 101110 |
Color Harmonies of #6C3BAF
Complementary color
Monochromatic Colors of #6C3BAF
Black with #6C3BAF
Text Example
Text Example
White with #6C3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3BAF; }
p { color: rgb(108,59,175); }
H1.HeaderClassName
{
color: #6C3BAF;
}
.AnyTagClassName
{
color: #6C3BAF;
}
</style>
background-color css
<style>
a { background-color: #6C3BAF; }
a { background-color: rgb(108,59,175); }
div.DivClassName
{
background-color: #6C3BAF;
}
.BgClassName
{
background-color: #6C3BAF;
}
</style>
border-color css
<style>
span { border-color: #6C3BAF; }
span { border-color: rgb(108,59,175); }
td.TdClassName
{
border-color: #6C3BAF;
}
.TagClassName
{
border-color: #6C3BAF;
}
</style>