Shades of Royal Purple #6730AB
Tints of Royal Purple #6730AB
RGB
CMYK
RGB Variations
Color information
#6730AB (or 0x6730AB) is known color: Royal Purple. HEX triplet: 67, 30 and AB. RGB value is (103,48,171). Sum of RGB (Red+Green+Blue) = 103+48+171=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #6730AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6730AB is #98CF54. Grayscale: #4E4E4E. Windows color (decimal): -10014549 or 11219047. OLE color: 11219047.
HSL color Cylindrical-coordinate representation of color #6730AB: hue angle of 266.83º 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 #6730AB is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 48 | 171 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.33 |
| HSL | 266.83º | 0.56% | 0.43% | - |
| HSV(B) | 266.83º | 0.72% | 0.67% | - |
| XYZ | 14 | 7.94 | 39.32 | - |
| YUV | 78.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 171 | 0.40 | 0.72 | 0 | 0.33 | 266.83 | 0.56 | 0.43 |
| Hex | 67 | 30 | AB | 28 | 48 | 0 | 21 | 10B | 38 | 2B |
| Octal | 147 | 60 | 253 | 50 | 110 | 0 | 41 | 413 | 70 | 53 |
| Binary | 1100111 | 110000 | 10101011 | 101000 | 1001000 | 0 | 100001 | 100001011 | 111000 | 101011 |
Color Harmonies of #6730AB
Complementary color
Monochromatic Colors of #6730AB
Black with #6730AB
Text Example
Text Example
White with #6730AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730AB; }
p { color: rgb(103,48,171); }
H1.HeaderClassName
{
color: #6730AB;
}
.AnyTagClassName
{
color: #6730AB;
}
</style>
background-color css
<style>
a { background-color: #6730AB; }
a { background-color: rgb(103,48,171); }
div.DivClassName
{
background-color: #6730AB;
}
.BgClassName
{
background-color: #6730AB;
}
</style>
border-color css
<style>
span { border-color: #6730AB; }
span { border-color: rgb(103,48,171); }
td.TdClassName
{
border-color: #6730AB;
}
.TagClassName
{
border-color: #6730AB;
}
</style>