Shades of Royal Purple #673DA4
Tints of Royal Purple #673DA4
RGB
CMYK
RGB Variations
Color information
#673DA4 (or 0x673DA4) is known color: Royal Purple. HEX triplet: 67, 3D and A4. RGB value is (103,61,164). Sum of RGB (Red+Green+Blue) = 103+61+164=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #673DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673DA4 is #98C25B. Grayscale: #545454. Windows color (decimal): -10011228 or 10763623. OLE color: 10763623.
HSL color Cylindrical-coordinate representation of color #673DA4: hue angle of 264.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #673DA4 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 61 | 164 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.36 |
| HSL | 264.47º | 0.46% | 0.44% | - |
| HSV(B) | 264.47º | 0.63% | 0.64% | - |
| XYZ | 13.96 | 8.9 | 36.1 | - |
| YUV | 85.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 164 | 0.37 | 0.63 | 0 | 0.36 | 264.47 | 0.46 | 0.44 |
| Hex | 67 | 3D | A4 | 25 | 3F | 0 | 24 | 108 | 2E | 2C |
| Octal | 147 | 75 | 244 | 45 | 77 | 0 | 44 | 410 | 56 | 54 |
| Binary | 1100111 | 111101 | 10100100 | 100101 | 111111 | 0 | 100100 | 100001000 | 101110 | 101100 |
Color Harmonies of #673DA4
Complementary color
Monochromatic Colors of #673DA4
Black with #673DA4
Text Example
Text Example
White with #673DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DA4; }
p { color: rgb(103,61,164); }
H1.HeaderClassName
{
color: #673DA4;
}
.AnyTagClassName
{
color: #673DA4;
}
</style>
background-color css
<style>
a { background-color: #673DA4; }
a { background-color: rgb(103,61,164); }
div.DivClassName
{
background-color: #673DA4;
}
.BgClassName
{
background-color: #673DA4;
}
</style>
border-color css
<style>
span { border-color: #673DA4; }
span { border-color: rgb(103,61,164); }
td.TdClassName
{
border-color: #673DA4;
}
.TagClassName
{
border-color: #673DA4;
}
</style>