Shades of Royal Purple #6730AA
Tints of Royal Purple #6730AA
RGB
CMYK
RGB Variations
Color information
#6730AA (or 0x6730AA) is known color: Royal Purple. HEX triplet: 67, 30 and AA. RGB value is (103,48,170). Sum of RGB (Red+Green+Blue) = 103+48+170=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #6730AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6730AA is #98CF55. Grayscale: #4D4D4D. Windows color (decimal): -10014550 or 11153511. OLE color: 11153511.
HSL color Cylindrical-coordinate representation of color #6730AA: hue angle of 267.05º 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 #6730AA is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 48 | 170 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.33 |
| HSL | 267.05º | 0.56% | 0.43% | - |
| HSV(B) | 267.05º | 0.72% | 0.67% | - |
| XYZ | 13.91 | 7.9 | 38.82 | - |
| YUV | 78.35 | 179.72 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 170 | 0.39 | 0.72 | 0 | 0.33 | 267.05 | 0.56 | 0.43 |
| Hex | 67 | 30 | AA | 27 | 48 | 0 | 21 | 10B | 38 | 2B |
| Octal | 147 | 60 | 252 | 47 | 110 | 0 | 41 | 413 | 70 | 53 |
| Binary | 1100111 | 110000 | 10101010 | 100111 | 1001000 | 0 | 100001 | 100001011 | 111000 | 101011 |
Color Harmonies of #6730AA
Complementary color
Monochromatic Colors of #6730AA
Black with #6730AA
Text Example
Text Example
White with #6730AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730AA; }
p { color: rgb(103,48,170); }
H1.HeaderClassName
{
color: #6730AA;
}
.AnyTagClassName
{
color: #6730AA;
}
</style>
background-color css
<style>
a { background-color: #6730AA; }
a { background-color: rgb(103,48,170); }
div.DivClassName
{
background-color: #6730AA;
}
.BgClassName
{
background-color: #6730AA;
}
</style>
border-color css
<style>
span { border-color: #6730AA; }
span { border-color: rgb(103,48,170); }
td.TdClassName
{
border-color: #6730AA;
}
.TagClassName
{
border-color: #6730AA;
}
</style>