Shades of Royal Purple #6828A7
Tints of Royal Purple #6828A7
RGB
CMYK
RGB Variations
Color information
#6828A7 (or 0x6828A7) is known color: Royal Purple. HEX triplet: 68, 28 and A7. RGB value is (104,40,167). Sum of RGB (Red+Green+Blue) = 104+40+167=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 167 (65.62% from 255 or 53.70% from 311); Max value from RGB is 167 - color contains mainly: blue. Hex color #6828A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6828A7 is #97D758. Grayscale: #494949. Windows color (decimal): -9951065 or 10954856. OLE color: 10954856.
HSL color Cylindrical-coordinate representation of color #6828A7: hue angle of 270.24º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6828A7 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 40 | 167 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.35 |
| HSL | 270.24º | 0.61% | 0.41% | - |
| HSV(B) | 270.24º | 0.76% | 0.65% | - |
| XYZ | 13.44 | 7.25 | 37.25 | - |
| YUV | 73.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 167 | 0.38 | 0.76 | 0 | 0.35 | 270.24 | 0.61 | 0.41 |
| Hex | 68 | 28 | A7 | 26 | 4C | 0 | 23 | 10E | 3D | 29 |
| Octal | 150 | 50 | 247 | 46 | 114 | 0 | 43 | 416 | 75 | 51 |
| Binary | 1101000 | 101000 | 10100111 | 100110 | 1001100 | 0 | 100011 | 100001110 | 111101 | 101001 |
Color Harmonies of #6828A7
Complementary color
Monochromatic Colors of #6828A7
Black with #6828A7
Text Example
Text Example
White with #6828A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6828A7; }
p { color: rgb(104,40,167); }
H1.HeaderClassName
{
color: #6828A7;
}
.AnyTagClassName
{
color: #6828A7;
}
</style>
background-color css
<style>
a { background-color: #6828A7; }
a { background-color: rgb(104,40,167); }
div.DivClassName
{
background-color: #6828A7;
}
.BgClassName
{
background-color: #6828A7;
}
</style>
border-color css
<style>
span { border-color: #6828A7; }
span { border-color: rgb(104,40,167); }
td.TdClassName
{
border-color: #6828A7;
}
.TagClassName
{
border-color: #6828A7;
}
</style>