Shades of Royal Purple #673FAC
Tints of Royal Purple #673FAC
RGB
CMYK
RGB Variations
Color information
#673FAC (or 0x673FAC) is known color: Royal Purple. HEX triplet: 67, 3F and AC. RGB value is (103,63,172). Sum of RGB (Red+Green+Blue) = 103+63+172=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #673FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673FAC is #98C053. Grayscale: #565656. Windows color (decimal): -10010708 or 11288423. OLE color: 11288423.
HSL color Cylindrical-coordinate representation of color #673FAC: hue angle of 262.02º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #673FAC is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 63 | 172 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.33 |
| HSL | 262.02º | 0.46% | 0.46% | - |
| HSV(B) | 262.02º | 0.63% | 0.67% | - |
| XYZ | 14.82 | 9.42 | 40.07 | - |
| YUV | 87.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 172 | 0.40 | 0.63 | 0 | 0.33 | 262.02 | 0.46 | 0.46 |
| Hex | 67 | 3F | AC | 28 | 3F | 0 | 21 | 106 | 2E | 2E |
| Octal | 147 | 77 | 254 | 50 | 77 | 0 | 41 | 406 | 56 | 56 |
| Binary | 1100111 | 111111 | 10101100 | 101000 | 111111 | 0 | 100001 | 100000110 | 101110 | 101110 |
Color Harmonies of #673FAC
Complementary color
Monochromatic Colors of #673FAC
Black with #673FAC
Text Example
Text Example
White with #673FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FAC; }
p { color: rgb(103,63,172); }
H1.HeaderClassName
{
color: #673FAC;
}
.AnyTagClassName
{
color: #673FAC;
}
</style>
background-color css
<style>
a { background-color: #673FAC; }
a { background-color: rgb(103,63,172); }
div.DivClassName
{
background-color: #673FAC;
}
.BgClassName
{
background-color: #673FAC;
}
</style>
border-color css
<style>
span { border-color: #673FAC; }
span { border-color: rgb(103,63,172); }
td.TdClassName
{
border-color: #673FAC;
}
.TagClassName
{
border-color: #673FAC;
}
</style>