Shades of Royal Purple #6830AA
Tints of Royal Purple #6830AA
RGB
CMYK
RGB Variations
Color information
#6830AA (or 0x6830AA) is known color: Royal Purple. HEX triplet: 68, 30 and AA. RGB value is (104,48,170). Sum of RGB (Red+Green+Blue) = 104+48+170=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #6830AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6830AA is #97CF55. Grayscale: #4E4E4E. Windows color (decimal): -9949014 or 11153512. OLE color: 11153512.
HSL color Cylindrical-coordinate representation of color #6830AA: hue angle of 267.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6830AA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 48 | 170 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.33 |
| HSL | 267.54º | 0.56% | 0.43% | - |
| HSV(B) | 267.54º | 0.72% | 0.67% | - |
| XYZ | 14.02 | 7.96 | 38.83 | - |
| YUV | 78.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 170 | 0.39 | 0.72 | 0 | 0.33 | 267.54 | 0.56 | 0.43 |
| Hex | 68 | 30 | AA | 27 | 48 | 0 | 21 | 10C | 38 | 2B |
| Octal | 150 | 60 | 252 | 47 | 110 | 0 | 41 | 414 | 70 | 53 |
| Binary | 1101000 | 110000 | 10101010 | 100111 | 1001000 | 0 | 100001 | 100001100 | 111000 | 101011 |
Color Harmonies of #6830AA
Complementary color
Monochromatic Colors of #6830AA
Black with #6830AA
Text Example
Text Example
White with #6830AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6830AA; }
p { color: rgb(104,48,170); }
H1.HeaderClassName
{
color: #6830AA;
}
.AnyTagClassName
{
color: #6830AA;
}
</style>
background-color css
<style>
a { background-color: #6830AA; }
a { background-color: rgb(104,48,170); }
div.DivClassName
{
background-color: #6830AA;
}
.BgClassName
{
background-color: #6830AA;
}
</style>
border-color css
<style>
span { border-color: #6830AA; }
span { border-color: rgb(104,48,170); }
td.TdClassName
{
border-color: #6830AA;
}
.TagClassName
{
border-color: #6830AA;
}
</style>