Shades of Royal Purple #6834A4
Tints of Royal Purple #6834A4
RGB
CMYK
RGB Variations
Color information
#6834A4 (or 0x6834A4) is known color: Royal Purple. HEX triplet: 68, 34 and A4. RGB value is (104,52,164). Sum of RGB (Red+Green+Blue) = 104+52+164=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #6834A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6834A4 is #97CB5B. Grayscale: #4F4F4F. Windows color (decimal): -9947996 or 10761320. OLE color: 10761320.
HSL color Cylindrical-coordinate representation of color #6834A4: hue angle of 267.86º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6834A4 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 52 | 164 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.36 |
| HSL | 267.86º | 0.52% | 0.42% | - |
| HSV(B) | 267.86º | 0.68% | 0.64% | - |
| XYZ | 13.64 | 8.08 | 35.96 | - |
| YUV | 80.32 | 175.23 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 164 | 0.37 | 0.68 | 0 | 0.36 | 267.86 | 0.52 | 0.42 |
| Hex | 68 | 34 | A4 | 25 | 44 | 0 | 24 | 10C | 34 | 2A |
| Octal | 150 | 64 | 244 | 45 | 104 | 0 | 44 | 414 | 64 | 52 |
| Binary | 1101000 | 110100 | 10100100 | 100101 | 1000100 | 0 | 100100 | 100001100 | 110100 | 101010 |
Color Harmonies of #6834A4
Complementary color
Monochromatic Colors of #6834A4
Black with #6834A4
Text Example
Text Example
White with #6834A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6834A4; }
p { color: rgb(104,52,164); }
H1.HeaderClassName
{
color: #6834A4;
}
.AnyTagClassName
{
color: #6834A4;
}
</style>
background-color css
<style>
a { background-color: #6834A4; }
a { background-color: rgb(104,52,164); }
div.DivClassName
{
background-color: #6834A4;
}
.BgClassName
{
background-color: #6834A4;
}
</style>
border-color css
<style>
span { border-color: #6834A4; }
span { border-color: rgb(104,52,164); }
td.TdClassName
{
border-color: #6834A4;
}
.TagClassName
{
border-color: #6834A4;
}
</style>