Shades of Royal Purple #6738AE
Tints of Royal Purple #6738AE
RGB
CMYK
RGB Variations
Color information
#6738AE (or 0x6738AE) is known color: Royal Purple. HEX triplet: 67, 38 and AE. RGB value is (103,56,174). Sum of RGB (Red+Green+Blue) = 103+56+174=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #6738AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6738AE is #98C751. Grayscale: #535353. Windows color (decimal): -10012498 or 11417703. OLE color: 11417703.
HSL color Cylindrical-coordinate representation of color #6738AE: hue angle of 263.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6738AE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 56 | 174 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.32 |
| HSL | 263.9º | 0.51% | 0.45% | - |
| HSV(B) | 263.9º | 0.68% | 0.68% | - |
| XYZ | 14.65 | 8.77 | 40.96 | - |
| YUV | 83.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 174 | 0.41 | 0.68 | 0 | 0.32 | 263.9 | 0.51 | 0.45 |
| Hex | 67 | 38 | AE | 29 | 44 | 0 | 20 | 108 | 33 | 2D |
| Octal | 147 | 70 | 256 | 51 | 104 | 0 | 40 | 410 | 63 | 55 |
| Binary | 1100111 | 111000 | 10101110 | 101001 | 1000100 | 0 | 100000 | 100001000 | 110011 | 101101 |
Color Harmonies of #6738AE
Complementary color
Monochromatic Colors of #6738AE
Black with #6738AE
Text Example
Text Example
White with #6738AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6738AE; }
p { color: rgb(103,56,174); }
H1.HeaderClassName
{
color: #6738AE;
}
.AnyTagClassName
{
color: #6738AE;
}
</style>
background-color css
<style>
a { background-color: #6738AE; }
a { background-color: rgb(103,56,174); }
div.DivClassName
{
background-color: #6738AE;
}
.BgClassName
{
background-color: #6738AE;
}
</style>
border-color css
<style>
span { border-color: #6738AE; }
span { border-color: rgb(103,56,174); }
td.TdClassName
{
border-color: #6738AE;
}
.TagClassName
{
border-color: #6738AE;
}
</style>