Shades of Royal Purple #6C40B0
Tints of Royal Purple #6C40B0
RGB
CMYK
RGB Variations
Color information
#6C40B0 (or 0x6C40B0) is known color: Royal Purple. HEX triplet: 6C, 40 and B0. RGB value is (108,64,176). Sum of RGB (Red+Green+Blue) = 108+64+176=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 176 (69.14% from 255 or 50.57% from 348); Max value from RGB is 176 - color contains mainly: blue. Hex color #6C40B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C40B0 is #93BF4F. Grayscale: #595959. Windows color (decimal): -9682768 or 11550828. OLE color: 11550828.
HSL color Cylindrical-coordinate representation of color #6C40B0: hue angle of 263.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C40B0 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 64 | 176 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.31 |
| HSL | 263.57º | 0.47% | 0.47% | - |
| HSV(B) | 263.57º | 0.64% | 0.69% | - |
| XYZ | 15.85 | 9.99 | 42.17 | - |
| YUV | 89.92 | 176.58 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 176 | 0.39 | 0.64 | 0 | 0.31 | 263.57 | 0.47 | 0.47 |
| Hex | 6C | 40 | B0 | 27 | 40 | 0 | 1F | 108 | 2F | 2F |
| Octal | 154 | 100 | 260 | 47 | 100 | 0 | 37 | 410 | 57 | 57 |
| Binary | 1101100 | 1000000 | 10110000 | 100111 | 1000000 | 0 | 11111 | 100001000 | 101111 | 101111 |
Color Harmonies of #6C40B0
Complementary color
Monochromatic Colors of #6C40B0
Black with #6C40B0
Text Example
Text Example
White with #6C40B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C40B0; }
p { color: rgb(108,64,176); }
H1.HeaderClassName
{
color: #6C40B0;
}
.AnyTagClassName
{
color: #6C40B0;
}
</style>
background-color css
<style>
a { background-color: #6C40B0; }
a { background-color: rgb(108,64,176); }
div.DivClassName
{
background-color: #6C40B0;
}
.BgClassName
{
background-color: #6C40B0;
}
</style>
border-color css
<style>
span { border-color: #6C40B0; }
span { border-color: rgb(108,64,176); }
td.TdClassName
{
border-color: #6C40B0;
}
.TagClassName
{
border-color: #6C40B0;
}
</style>