Shades of Royal Purple #6844B0
Tints of Royal Purple #6844B0
RGB
CMYK
RGB Variations
Color information
#6844B0 (or 0x6844B0) is known color: Royal Purple. HEX triplet: 68, 44 and B0. RGB value is (104,68,176). Sum of RGB (Red+Green+Blue) = 104+68+176=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 68 (26.95% from 255 or 19.54% 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 #6844B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6844B0 is #97BB4F. Grayscale: #5A5A5A. Windows color (decimal): -9943888 or 11551848. OLE color: 11551848.
HSL color Cylindrical-coordinate representation of color #6844B0: hue angle of 260º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6844B0 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 68 | 176 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.31 |
| HSL | 260º | 0.44% | 0.48% | - |
| HSV(B) | 260º | 0.61% | 0.69% | - |
| XYZ | 15.61 | 10.21 | 42.22 | - |
| YUV | 91.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 176 | 0.41 | 0.61 | 0 | 0.31 | 260 | 0.44 | 0.48 |
| Hex | 68 | 44 | B0 | 29 | 3D | 0 | 1F | 104 | 2C | 30 |
| Octal | 150 | 104 | 260 | 51 | 75 | 0 | 37 | 404 | 54 | 60 |
| Binary | 1101000 | 1000100 | 10110000 | 101001 | 111101 | 0 | 11111 | 100000100 | 101100 | 110000 |
Color Harmonies of #6844B0
Complementary color
Monochromatic Colors of #6844B0
Black with #6844B0
Text Example
Text Example
White with #6844B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6844B0; }
p { color: rgb(104,68,176); }
H1.HeaderClassName
{
color: #6844B0;
}
.AnyTagClassName
{
color: #6844B0;
}
</style>
background-color css
<style>
a { background-color: #6844B0; }
a { background-color: rgb(104,68,176); }
div.DivClassName
{
background-color: #6844B0;
}
.BgClassName
{
background-color: #6844B0;
}
</style>
border-color css
<style>
span { border-color: #6844B0; }
span { border-color: rgb(104,68,176); }
td.TdClassName
{
border-color: #6844B0;
}
.TagClassName
{
border-color: #6844B0;
}
</style>