Shades of Royal Purple #6745A0
Tints of Royal Purple #6745A0
RGB
CMYK
RGB Variations
Color information
#6745A0 (or 0x6745A0) is known color: Royal Purple. HEX triplet: 67, 45 and A0. RGB value is (103,69,160). Sum of RGB (Red+Green+Blue) = 103+69+160=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #6745A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6745A0 is #98BA5F. Grayscale: #595959. Windows color (decimal): -10009184 or 10503527. OLE color: 10503527.
HSL color Cylindrical-coordinate representation of color #6745A0: hue angle of 262.42º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6745A0 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 69 | 160 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.37 |
| HSL | 262.42º | 0.4% | 0.45% | - |
| HSV(B) | 262.42º | 0.57% | 0.63% | - |
| XYZ | 14.07 | 9.68 | 34.38 | - |
| YUV | 89.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 160 | 0.36 | 0.57 | 0 | 0.37 | 262.42 | 0.4 | 0.45 |
| Hex | 67 | 45 | A0 | 24 | 39 | 0 | 25 | 106 | 28 | 2D |
| Octal | 147 | 105 | 240 | 44 | 71 | 0 | 45 | 406 | 50 | 55 |
| Binary | 1100111 | 1000101 | 10100000 | 100100 | 111001 | 0 | 100101 | 100000110 | 101000 | 101101 |
Color Harmonies of #6745A0
Complementary color
Monochromatic Colors of #6745A0
Black with #6745A0
Text Example
Text Example
White with #6745A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745A0; }
p { color: rgb(103,69,160); }
H1.HeaderClassName
{
color: #6745A0;
}
.AnyTagClassName
{
color: #6745A0;
}
</style>
background-color css
<style>
a { background-color: #6745A0; }
a { background-color: rgb(103,69,160); }
div.DivClassName
{
background-color: #6745A0;
}
.BgClassName
{
background-color: #6745A0;
}
</style>
border-color css
<style>
span { border-color: #6745A0; }
span { border-color: rgb(103,69,160); }
td.TdClassName
{
border-color: #6745A0;
}
.TagClassName
{
border-color: #6745A0;
}
</style>