Shades of Royal Purple #6738AB
Tints of Royal Purple #6738AB
RGB
CMYK
RGB Variations
Color information
#6738AB (or 0x6738AB) is known color: Royal Purple. HEX triplet: 67, 38 and AB. RGB value is (103,56,171). Sum of RGB (Red+Green+Blue) = 103+56+171=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #6738AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6738AB is #98C754. Grayscale: #525252. Windows color (decimal): -10012501 or 11221095. OLE color: 11221095.
HSL color Cylindrical-coordinate representation of color #6738AB: hue angle of 264.52º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6738AB is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 56 | 171 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.33 |
| HSL | 264.52º | 0.51% | 0.45% | - |
| HSV(B) | 264.52º | 0.67% | 0.67% | - |
| XYZ | 14.36 | 8.65 | 39.44 | - |
| YUV | 83.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 171 | 0.40 | 0.67 | 0 | 0.33 | 264.52 | 0.51 | 0.45 |
| Hex | 67 | 38 | AB | 28 | 43 | 0 | 21 | 109 | 33 | 2D |
| Octal | 147 | 70 | 253 | 50 | 103 | 0 | 41 | 411 | 63 | 55 |
| Binary | 1100111 | 111000 | 10101011 | 101000 | 1000011 | 0 | 100001 | 100001001 | 110011 | 101101 |
Color Harmonies of #6738AB
Complementary color
Monochromatic Colors of #6738AB
Black with #6738AB
Text Example
Text Example
White with #6738AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6738AB; }
p { color: rgb(103,56,171); }
H1.HeaderClassName
{
color: #6738AB;
}
.AnyTagClassName
{
color: #6738AB;
}
</style>
background-color css
<style>
a { background-color: #6738AB; }
a { background-color: rgb(103,56,171); }
div.DivClassName
{
background-color: #6738AB;
}
.BgClassName
{
background-color: #6738AB;
}
</style>
border-color css
<style>
span { border-color: #6738AB; }
span { border-color: rgb(103,56,171); }
td.TdClassName
{
border-color: #6738AB;
}
.TagClassName
{
border-color: #6738AB;
}
</style>