Shades of Royal Purple #673FA4
Tints of Royal Purple #673FA4
RGB
CMYK
RGB Variations
Color information
#673FA4 (or 0x673FA4) is known color: Royal Purple. HEX triplet: 67, 3F and A4. RGB value is (103,63,164). Sum of RGB (Red+Green+Blue) = 103+63+164=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 164 (64.45% from 255 or 49.70% from 330); Max value from RGB is 164 - color contains mainly: blue. Hex color #673FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673FA4 is #98C05B. Grayscale: #565656. Windows color (decimal): -10010716 or 10764135. OLE color: 10764135.
HSL color Cylindrical-coordinate representation of color #673FA4: hue angle of 263.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #673FA4 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 63 | 164 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.36 |
| HSL | 263.76º | 0.44% | 0.45% | - |
| HSV(B) | 263.76º | 0.62% | 0.64% | - |
| XYZ | 14.07 | 9.12 | 36.14 | - |
| YUV | 86.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 164 | 0.37 | 0.62 | 0 | 0.36 | 263.76 | 0.44 | 0.45 |
| Hex | 67 | 3F | A4 | 25 | 3E | 0 | 24 | 108 | 2C | 2D |
| Octal | 147 | 77 | 244 | 45 | 76 | 0 | 44 | 410 | 54 | 55 |
| Binary | 1100111 | 111111 | 10100100 | 100101 | 111110 | 0 | 100100 | 100001000 | 101100 | 101101 |
Color Harmonies of #673FA4
Complementary color
Monochromatic Colors of #673FA4
Black with #673FA4
Text Example
Text Example
White with #673FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FA4; }
p { color: rgb(103,63,164); }
H1.HeaderClassName
{
color: #673FA4;
}
.AnyTagClassName
{
color: #673FA4;
}
</style>
background-color css
<style>
a { background-color: #673FA4; }
a { background-color: rgb(103,63,164); }
div.DivClassName
{
background-color: #673FA4;
}
.BgClassName
{
background-color: #673FA4;
}
</style>
border-color css
<style>
span { border-color: #673FA4; }
span { border-color: rgb(103,63,164); }
td.TdClassName
{
border-color: #673FA4;
}
.TagClassName
{
border-color: #673FA4;
}
</style>