Shades of Royal Purple #673CAF
Tints of Royal Purple #673CAF
RGB
CMYK
RGB Variations
Color information
#673CAF (or 0x673CAF) is known color: Royal Purple. HEX triplet: 67, 3C and AF. RGB value is (103,60,175). Sum of RGB (Red+Green+Blue) = 103+60+175=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #673CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673CAF is #98C350. Grayscale: #555555. Windows color (decimal): -10011473 or 11484263. OLE color: 11484263.
HSL color Cylindrical-coordinate representation of color #673CAF: hue angle of 262.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673CAF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 60 | 175 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.31 |
| HSL | 262.43º | 0.49% | 0.46% | - |
| HSV(B) | 262.43º | 0.66% | 0.69% | - |
| XYZ | 14.95 | 9.21 | 41.55 | - |
| YUV | 85.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 175 | 0.41 | 0.66 | 0 | 0.31 | 262.43 | 0.49 | 0.46 |
| Hex | 67 | 3C | AF | 29 | 42 | 0 | 1F | 106 | 31 | 2E |
| Octal | 147 | 74 | 257 | 51 | 102 | 0 | 37 | 406 | 61 | 56 |
| Binary | 1100111 | 111100 | 10101111 | 101001 | 1000010 | 0 | 11111 | 100000110 | 110001 | 101110 |
Color Harmonies of #673CAF
Complementary color
Monochromatic Colors of #673CAF
Black with #673CAF
Text Example
Text Example
White with #673CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CAF; }
p { color: rgb(103,60,175); }
H1.HeaderClassName
{
color: #673CAF;
}
.AnyTagClassName
{
color: #673CAF;
}
</style>
background-color css
<style>
a { background-color: #673CAF; }
a { background-color: rgb(103,60,175); }
div.DivClassName
{
background-color: #673CAF;
}
.BgClassName
{
background-color: #673CAF;
}
</style>
border-color css
<style>
span { border-color: #673CAF; }
span { border-color: rgb(103,60,175); }
td.TdClassName
{
border-color: #673CAF;
}
.TagClassName
{
border-color: #673CAF;
}
</style>