Shades of Royal Purple #6745AA
Tints of Royal Purple #6745AA
RGB
CMYK
RGB Variations
Color information
#6745AA (or 0x6745AA) is known color: Royal Purple. HEX triplet: 67, 45 and AA. RGB value is (103,69,170). Sum of RGB (Red+Green+Blue) = 103+69+170=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #6745AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6745AA is #98BA55. Grayscale: #5A5A5A. Windows color (decimal): -10009174 or 11158887. OLE color: 11158887.
HSL color Cylindrical-coordinate representation of color #6745AA: hue angle of 260.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6745AA is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 69 | 170 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.33 |
| HSL | 260.2º | 0.42% | 0.47% | - |
| HSV(B) | 260.2º | 0.59% | 0.67% | - |
| XYZ | 14.98 | 10.04 | 39.18 | - |
| YUV | 90.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 170 | 0.39 | 0.59 | 0 | 0.33 | 260.2 | 0.42 | 0.47 |
| Hex | 67 | 45 | AA | 27 | 3B | 0 | 21 | 104 | 2A | 2F |
| Octal | 147 | 105 | 252 | 47 | 73 | 0 | 41 | 404 | 52 | 57 |
| Binary | 1100111 | 1000101 | 10101010 | 100111 | 111011 | 0 | 100001 | 100000100 | 101010 | 101111 |
Color Harmonies of #6745AA
Complementary color
Monochromatic Colors of #6745AA
Black with #6745AA
Text Example
Text Example
White with #6745AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745AA; }
p { color: rgb(103,69,170); }
H1.HeaderClassName
{
color: #6745AA;
}
.AnyTagClassName
{
color: #6745AA;
}
</style>
background-color css
<style>
a { background-color: #6745AA; }
a { background-color: rgb(103,69,170); }
div.DivClassName
{
background-color: #6745AA;
}
.BgClassName
{
background-color: #6745AA;
}
</style>
border-color css
<style>
span { border-color: #6745AA; }
span { border-color: rgb(103,69,170); }
td.TdClassName
{
border-color: #6745AA;
}
.TagClassName
{
border-color: #6745AA;
}
</style>