Shades of Royal Purple #6748AE
Tints of Royal Purple #6748AE
RGB
CMYK
RGB Variations
Color information
#6748AE (or 0x6748AE) is known color: Royal Purple. HEX triplet: 67, 48 and AE. RGB value is (103,72,174). Sum of RGB (Red+Green+Blue) = 103+72+174=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #6748AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6748AE is #98B751. Grayscale: #5C5C5C. Windows color (decimal): -10008402 or 11421799. OLE color: 11421799.
HSL color Cylindrical-coordinate representation of color #6748AE: hue angle of 258.24º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6748AE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 72 | 174 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.32 |
| HSL | 258.24º | 0.41% | 0.48% | - |
| HSV(B) | 258.24º | 0.59% | 0.68% | - |
| XYZ | 15.55 | 10.57 | 41.27 | - |
| YUV | 92.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 174 | 0.41 | 0.59 | 0 | 0.32 | 258.24 | 0.41 | 0.48 |
| Hex | 67 | 48 | AE | 29 | 3B | 0 | 20 | 102 | 29 | 30 |
| Octal | 147 | 110 | 256 | 51 | 73 | 0 | 40 | 402 | 51 | 60 |
| Binary | 1100111 | 1001000 | 10101110 | 101001 | 111011 | 0 | 100000 | 100000010 | 101001 | 110000 |
Color Harmonies of #6748AE
Complementary color
Monochromatic Colors of #6748AE
Black with #6748AE
Text Example
Text Example
White with #6748AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6748AE; }
p { color: rgb(103,72,174); }
H1.HeaderClassName
{
color: #6748AE;
}
.AnyTagClassName
{
color: #6748AE;
}
</style>
background-color css
<style>
a { background-color: #6748AE; }
a { background-color: rgb(103,72,174); }
div.DivClassName
{
background-color: #6748AE;
}
.BgClassName
{
background-color: #6748AE;
}
</style>
border-color css
<style>
span { border-color: #6748AE; }
span { border-color: rgb(103,72,174); }
td.TdClassName
{
border-color: #6748AE;
}
.TagClassName
{
border-color: #6748AE;
}
</style>