Shades of Royal Purple #673DAB
Tints of Royal Purple #673DAB
RGB
CMYK
RGB Variations
Color information
#673DAB (or 0x673DAB) is known color: Royal Purple. HEX triplet: 67, 3D and AB. RGB value is (103,61,171). Sum of RGB (Red+Green+Blue) = 103+61+171=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #673DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673DAB is #98C254. Grayscale: #555555. Windows color (decimal): -10011221 or 11222375. OLE color: 11222375.
HSL color Cylindrical-coordinate representation of color #673DAB: hue angle of 262.91º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #673DAB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 61 | 171 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.33 |
| HSL | 262.91º | 0.47% | 0.45% | - |
| HSV(B) | 262.91º | 0.64% | 0.67% | - |
| XYZ | 14.61 | 9.16 | 39.53 | - |
| YUV | 86.1 | 175.91 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 171 | 0.40 | 0.64 | 0 | 0.33 | 262.91 | 0.47 | 0.45 |
| Hex | 67 | 3D | AB | 28 | 40 | 0 | 21 | 107 | 2F | 2D |
| Octal | 147 | 75 | 253 | 50 | 100 | 0 | 41 | 407 | 57 | 55 |
| Binary | 1100111 | 111101 | 10101011 | 101000 | 1000000 | 0 | 100001 | 100000111 | 101111 | 101101 |
Color Harmonies of #673DAB
Complementary color
Monochromatic Colors of #673DAB
Black with #673DAB
Text Example
Text Example
White with #673DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DAB; }
p { color: rgb(103,61,171); }
H1.HeaderClassName
{
color: #673DAB;
}
.AnyTagClassName
{
color: #673DAB;
}
</style>
background-color css
<style>
a { background-color: #673DAB; }
a { background-color: rgb(103,61,171); }
div.DivClassName
{
background-color: #673DAB;
}
.BgClassName
{
background-color: #673DAB;
}
</style>
border-color css
<style>
span { border-color: #673DAB; }
span { border-color: rgb(103,61,171); }
td.TdClassName
{
border-color: #673DAB;
}
.TagClassName
{
border-color: #673DAB;
}
</style>